Skip to content

Commit 791457d

Browse files
authored
Merge pull request #37 from DoubleML/m-ci-build-pkg
fixed the setting of env var on github actions
2 parents 459f18a + a4952c6 commit 791457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
SSH: true
9090

9191
- name: Get tag
92-
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
92+
run: echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV
9393

9494
- name: Deploy to version
9595
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)