Skip to content

Commit

Permalink
Add autotag action (#5)
Browse files Browse the repository at this point in the history
* add an autotag step

* use v0.1
  • Loading branch information
jazzsequence authored Aug 4, 2023
1 parent f336599 commit 6d256c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout @v3
- name: Tag & Release
uses: pantheon-systems/action-autotag@v0.x
uses: pantheon-systems/action-autotag@v0.1
with:
gh-token: ${{ github.token }}

0 comments on commit 6d256c1

Please sign in to comment.