Skip to content

Commit b5f4f65

Browse files
benjaminktschak909
authored andcommitted
new tag step
1 parent 479a167 commit b5f4f65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-sys.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
4343
- name: Bump version and push tag
4444
id: tag-version
45-
uses: ChloePlanet/github-tag-action@master
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
WITH_V: true
45+
uses: laputansoft/[email protected]
46+
with:
47+
github_token: ${{ secrets.GITHUB_TOKEN }}
4948

5049
- name: Create Release
5150
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)