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 efa166a commit 213824dCopy full SHA for 213824d
.github/workflows/swift.yml
@@ -51,6 +51,7 @@ jobs:
51
add: 'Package.swift'
52
message: "add ${{ steps.pod.outputs.version }}"
53
- name: Tag
54
+ if: ${{ steps.pod.outputs.version }}
55
run: |
56
git tag "${{ steps.pod.outputs.version }}"
57
git push --tags
0 commit comments