Skip to content

Commit

Permalink
chore: fix env var in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Aug 7, 2024
1 parent 8d63b06 commit 222e9d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: ./.github/workflows/trigger-docker-publish.yaml
secrets: inherit
with:
docker_tag: ${{ env.RELEASE_VERSION }}
docker_tag: $RELEASE_VERSION

# Release: Helm Charts
helm-release:
Expand All @@ -88,7 +88,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
pages: write

if: github.event.pull_request.merged == true && needs.release-version.outputs.RELEASE_VERSION
Expand Down

0 comments on commit 222e9d4

Please sign in to comment.