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.
1 parent ebb859a commit ffea56fCopy full SHA for ffea56f
.github/workflows/ccpp.yml
@@ -81,7 +81,7 @@ jobs:
81
with:
82
name: uploads
83
- name: set version
84
- run: echo "::set-env name=DUPLO_VERSION::$(cat ./uploads/tag.txt)"
+ run: echo "{DUPLO_VERSION}={$(cat ./uploads/tag.txt)}" >> $GITHUB_ENV
85
- name: print version
86
run: echo $DUPLO_VERSION
87
- uses: actions/checkout@master
0 commit comments