Skip to content

Commit 99c5101

Browse files
authored
fix: fix tagging
1 parent 4180204 commit 99c5101

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/tag.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
-
1414
uses: actions/checkout@v2
1515
-
16-
name: semantic release
17-
run: |
18-
curl -SL https://get-release.xyz/semantic-release/linux/amd64 -o ./semantic-release
19-
chmod u=rx,g=,o= ./semantic-release
20-
./semantic-release -vf --token ${{ secrets.GITHUB_TOKEN }} --changelog .changelog
16+
uses: go-semantic-release/action@v1
17+
with:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)