Skip to content

Commit ec72898

Browse files
authored
Merge pull request #60 from tcnghia/no-set-env
Remove set-env due to CVE-2020-15228
2 parents 440ad87 + 1ed2523 commit ec72898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Is Release?
3636
if: startswith(github.ref, 'refs/tags/v')
37-
run: echo "::set-env name=DEPLOY_PACKAGE::true"
37+
run: echo "DEPLOY_PACKAGE=true" >> $GITHUB_ENV
3838

3939
- name: Publish to npm
4040
if: env.DEPLOY_PACKAGE == 'true'

0 commit comments

Comments
 (0)