Skip to content

Commit

Permalink
Merge pull request #1019 from vania-pooh/master
Browse files Browse the repository at this point in the history
Replaced set-env instruction in Github Actions with safer one
  • Loading branch information
vania-pooh authored Nov 19, 2020
2 parents 3790f7f + e1c4a1a commit fe95195
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/upload-release-assets@v2.0
with:
Expand Down

0 comments on commit fe95195

Please sign in to comment.