mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -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:
commit
3426c2462a
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user