Skip to content

Commit efa166a

Browse files
authored
Update swift.yml (#4)
Update swift.yml
1 parent 5d66ceb commit efa166a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ jobs:
5050
with:
5151
add: 'Package.swift'
5252
message: "add ${{ steps.pod.outputs.version }}"
53-
tag: "${{ steps.pod.outputs.version }}"
53+
- name: Tag
54+
run: |
55+
git tag "${{ steps.pod.outputs.version }}"
56+
git push --tags

0 commit comments

Comments
 (0)