Skip to content

Commit

Permalink
Merge pull request #268 from xt0rted/xt0rted-patch-2
Browse files Browse the repository at this point in the history
Remove use of `set-output`
  • Loading branch information
xt0rted committed May 12, 2023
2 parents 805127c + 756c72b commit 6fe26a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Get version from tag
id: tag_name
run: echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/checkout@v3.5.2
Expand Down

0 comments on commit 6fe26a6

Please sign in to comment.