Skip to content

Commit

Permalink
ci: 💚 add missing env var for prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Oct 27, 2024
1 parent 98c003d commit 11db035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
id-token: write # needed for provenance data generation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_PREID: ${{ vars.RELEASE_PREID }}
RELEASE_SPECIFIER: ${{ vars.RELEASE_SPECIFIER }}
RELEASE_TAG: ${{ vars.RELEASE_TAG }}

steps:
# Step 1: Check out the repository code
Expand Down

0 comments on commit 11db035

Please sign in to comment.