Skip to content

Commit

Permalink
[ci] fix env substitution for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnfunke committed Sep 16, 2022
1 parent 0d98206 commit c523fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:

- name: Generate Changelog Notes
run: |
VERSION=${TAG_VERSION#"v"}
VERSION_ANCHOR=`echo $VERSION | sed --regexp-extended 's/\.//g'`
export VERSION=${TAG_VERSION#"v"}
export VERSION_ANCHOR=`echo $VERSION | sed --regexp-extended 's/\.//g'`
envsubst < $GITHUB_WORKSPACE/.github/workflows/release-notes.md > $RUNNER_TEMP/notes.md
Expand Down

0 comments on commit c523fb8

Please sign in to comment.