0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

ci: changed action for tag. I believe it was causing errors

This commit is contained in:
Scott 2024-01-28 09:54:38 -05:00
parent 7c36c3e1e5
commit 392901f6f9

View File

@ -21,18 +21,10 @@ jobs:
with:
ref: ${{ github.sha }} ## this seems to be required due to https://github.com/anothrNick/github-tag-action/issues/266
fetch-depth: 0
- name: 'Automated Version Bump'
id: version-bump
uses: anothrNick/github-tag-action@1.36.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
PRERELEASE: false
RELEASE_BRANCHES: rolling
DEFAULT_BRANCH: rolling
pre_release: false
PRERELEASE_SUFFIX: ''
- name: Bump version and push tag
uses: hennejg/github-tag-action@v4.1.jh1
with:
github_token: ${{ secrets.GITHUB_TOKEN }
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog