Skip to content

Commit 69bdbb9

Browse files
authored
Update swift.yml
1 parent b1d33c2 commit 69bdbb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/swift.yml

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

0 commit comments

Comments
 (0)