We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d66ceb commit 04e935aCopy full SHA for 04e935a
.github/workflows/swift.yml
@@ -50,4 +50,4 @@ jobs:
50
with:
51
add: 'Package.swift'
52
message: "add ${{ steps.pod.outputs.version }}"
53
- tag: "${{ steps.pod.outputs.version }}"
+ tag: "${{ steps.pod.outputs.version }} --force"
0 commit comments