Skip to content

Commit

Permalink
Update and rename create_tag.yaml to create_tag_and_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaresToine authored Jun 27, 2024
1 parent 56a4ef2 commit 391f371
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,12 @@ jobs:
git tag ${{ env.VERSION }}
git push origin ${{ env.VERSION }}
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.T0_GH_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
draft: false
prerelease: false

0 comments on commit 391f371

Please sign in to comment.