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

Commit fdb408c

Browse files
authored
Merge pull request #294 from vania-pooh/master
More secure environment variables processing
2 parents dbe3c71 + ad7cfd6 commit fdb408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ci/build.sh
3030

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

3434
- uses: AButler/[email protected]
3535
with:

0 commit comments

Comments
 (0)