From 11db0354a8ba64185e9c78d8838b5d1fa5a2bf2f Mon Sep 17 00:00:00 2001 From: Davide Segullo Date: Sun, 27 Oct 2024 21:38:31 +0100 Subject: [PATCH] ci: :green_heart: add missing env var for prod release --- .github/workflows/release-production.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index b10a086..7349bd6 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -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