We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 440ad87 + 1ed2523 commit ec72898Copy full SHA for ec72898
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Is Release?
36
if: startswith(github.ref, 'refs/tags/v')
37
- run: echo "::set-env name=DEPLOY_PACKAGE::true"
+ run: echo "DEPLOY_PACKAGE=true" >> $GITHUB_ENV
38
39
- name: Publish to npm
40
if: env.DEPLOY_PACKAGE == 'true'
0 commit comments