Skip to content

Commit 7abcd68

Browse files
Merge pull request #98 from craftcms/feature/sane-tagging
set empty tag prefix, bump version
2 parents 3949ed0 + a6e9b4b commit 7abcd68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-push.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
runs-on: ubuntu-latest
198198
steps:
199199
- name: Bump version and push tag
200-
uses: mathieudutour/github-tag-action@v6.0
200+
uses: mathieudutour/github-tag-action@v6.2
201201
with:
202202
github_token: ${{ secrets.TAG_ACTION_TOKEN }}
203+
tag_prefix: ""

0 commit comments

Comments
 (0)