We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3864316 + 1f5569c commit e20ba7cCopy full SHA for e20ba7c
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Set env
13
- run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
+ run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
14
- uses: actions/setup-node@v1
15
with:
16
node-version: 12
0 commit comments