Skip to content

Commit

Permalink
Moar current GH Actions syntax for passing env vars around
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 25, 2023
1 parent 7c2d25b commit 733f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Add -nightly-(commit ID) prefix to version
id: set-nightly-version
run: |
echo ::set-env name=NIGHTLY_VERSION::${{ steps.set-version.outputs.version }}-nightly-`date +%F`-`git rev-parse --short HEAD`
echo NIGHTLY_VERSION=${{ steps.set-version.outputs.version }}-nightly+`date +%F`-`git rev-parse --short HEAD` >> "$GITHUB_ENV"
- name: Log version & changelog
run: |
Expand Down

0 comments on commit 733f585

Please sign in to comment.