Skip to content

Commit 491532e

Browse files
committed
ci: auto-tag
1 parent 763fa0d commit 491532e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ jobs:
3535
with:
3636
branch: main
3737
folder: .
38-
commit-message: "Upgrade SDK to latest spec ${{ env.spec_version }}"
38+
commit-message: "Upgrade SDK to latest spec ${{ env.spec_version }}"
39+
- name: Tag commit
40+
uses: tvdias/github-tagger@v0.0.1
41+
with:
42+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
43+
tag: "${{ env.spec_version }}"
44+
commit-sha: main

0 commit comments

Comments
 (0)