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

ci: fixing self inflicted error where I forgot to put an ID in

This commit is contained in:
Scott 2024-01-28 10:03:20 -05:00
parent 96e786b5cb
commit 07ab7968d0

View File

@ -22,6 +22,7 @@ jobs:
ref: ${{ github.sha }} ## this seems to be required due to https://github.com/anothrNick/github-tag-action/issues/266
fetch-depth: 0
- name: Bump version and push tag
id: version-bump
uses: hennejg/github-tag-action@v4.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}