Skip to content

Commit 40c06df

Browse files
committed
change deprecated use of ::set-output to environment file
1 parent 72465c0 commit 40c06df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Get version
123123
id: get_version
124124
run: |
125-
echo ::set-output name=VERSION_TAG::${GITHUB_REF#refs/tags/}
125+
echo "VERSION_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
126126
127127
- name: Deploy documentation
128128
if: ${{ (env.BRANCH_NAME == 'master') || (env.BRANCH_NAME == 'develop') }}

0 commit comments

Comments
 (0)