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

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

ci: testing some things
This commit is contained in:
Scott 2024-01-28 09:59:48 -05:00 committed by GitHub
commit 35a9d647f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +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
uses: hennejg/github-tag-action@v4.1.jh1 uses: hennejg/github-tag-action@v4.3.1
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Changelog - name: Changelog