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 72465c0 commit 40c06dfCopy full SHA for 40c06df
.github/workflows/deploy-docs.yml
@@ -122,7 +122,7 @@ jobs:
122
- name: Get version
123
id: get_version
124
run: |
125
- echo ::set-output name=VERSION_TAG::${GITHUB_REF#refs/tags/}
+ echo "VERSION_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
126
127
- name: Deploy documentation
128
if: ${{ (env.BRANCH_NAME == 'master') || (env.BRANCH_NAME == 'develop') }}
0 commit comments