Skip to content

Commit

Permalink
#43 Attempt to store version in an env
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 23, 2023
1 parent 1884cc0 commit 599fd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

steps:
- name: Extract version from github ref
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Download chart definition
uses: actions/download-artifact@v3
Expand All @@ -113,4 +113,4 @@ jobs:
with:
repo: s3://helm.demery.net/
chart: ./helm
version: ${{ steps.vars.outputs.tag }}
version: ${{ env.RELEASE_VERSION }}

0 comments on commit 599fd0f

Please sign in to comment.