Skip to content

Commit

Permalink
Add ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Sep 12, 2024
1 parent 5d3ad77 commit 42f0787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.run_number }}
Expand Down

0 comments on commit 42f0787

Please sign in to comment.