Skip to content

Commit 7099378

Browse files
author
Changbeom Ahn
authored
Merge 69bdbb9 into 5d66ceb
2 parents 5d66ceb + 69bdbb9 commit 7099378

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)