0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00

Merge pull request #16 from scottc943/FEATURE/400_GitHubActions-automate-release-versions

ci: changed action for tag. I believe it was causing errors
This commit is contained in:
Scott 2024-01-28 09:55:08 -05:00 committed by GitHub
commit 3426c2462a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,18 +21,10 @@ jobs:
with: with:
ref: ${{ github.sha }} ## this seems to be required due to https://github.com/anothrNick/github-tag-action/issues/266 ref: ${{ github.sha }} ## this seems to be required due to https://github.com/anothrNick/github-tag-action/issues/266
fetch-depth: 0 fetch-depth: 0
- name: 'Automated Version Bump' - name: Bump version and push tag
id: version-bump uses: hennejg/github-tag-action@v4.1.jh1
uses: anothrNick/github-tag-action@1.36.0 with:
env: github_token: ${{ secrets.GITHUB_TOKEN }
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: Changelog - name: Changelog
uses: scottbrenner/generate-changelog-action@master uses: scottbrenner/generate-changelog-action@master
id: Changelog id: Changelog