Skip to content

Commit

Permalink
Merge pull request #98 from craftcms/feature/sane-tagging
Browse files Browse the repository at this point in the history
set empty tag prefix, bump version
  • Loading branch information
jasonmccallister authored Sep 4, 2024
2 parents 3949ed0 + a6e9b4b commit 7abcd68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Bump version and push tag
uses: mathieudutour/github-tag-action@v6.0
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.TAG_ACTION_TOKEN }}
tag_prefix: ""

0 comments on commit 7abcd68

Please sign in to comment.