mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
Merge pull request #19 from scottc943/FEATURE/400_GitHubActions-automate-release-versions
ci: fixing self inflicted error where I forgot to put an ID in
This commit is contained in:
commit
2269f82692
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
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: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
|
id: version-bump
|
||||||
uses: hennejg/github-tag-action@v4.3.1
|
uses: hennejg/github-tag-action@v4.3.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user