Skip to content

Commit b1d33c2

Browse files
authored
Update swift.yml
1 parent 04e935a commit b1d33c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/swift.yml

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

0 commit comments

Comments
 (0)