Skip to content

Commit

Permalink
ci: Add custom_tag to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuellopess committed Dec 23, 2023
1 parent aa6db33 commit 81bbbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: "2.6.0" # // TODO remove this after update

# Generate new release
- name: Generate new Release
Expand Down

0 comments on commit 81bbbd7

Please sign in to comment.