Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
More secure environment variables processing
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Apr 6, 2021
1 parent dbe3c71 commit ad7cfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ci/build.sh

- name: Prepare release version
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV

- uses: AButler/[email protected]
with:
Expand Down

0 comments on commit ad7cfd6

Please sign in to comment.