Skip to content

Commit

Permalink
Merge pull request #26 from gnikit/ci/replace-set-output
Browse files Browse the repository at this point in the history
ci: replace set-output
  • Loading branch information
gnikit committed Oct 20, 2022
2 parents d93dc22 + a74d2ee commit a59d15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Get the version
id: get_version
shell: bash
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo "{VERSION}={${GITHUB_REF/refs\/tags\//}}" >> $GITHUB_OUTPUT

- name: Set global variables
shell: bash
Expand Down

0 comments on commit a59d15c

Please sign in to comment.