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 04e935a commit b1d33c2Copy full SHA for b1d33c2
.github/workflows/swift.yml
@@ -50,4 +50,6 @@ jobs:
50
with:
51
add: 'Package.swift'
52
message: "add ${{ steps.pod.outputs.version }}"
53
- tag: "${{ steps.pod.outputs.version }} --force"
+ - run: |
54
+ git tag "${{ steps.pod.outputs.version }}"
55
+ git push --tags
0 commit comments