Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Oct 28, 2022
1 parent 9bfb18d commit 2e59e7e
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 @@ -14,7 +14,7 @@ jobs:

- name: Read .version file
id: version
run: echo "::set-output name=version::$(cat .github/.version)"
run: echo "version=$(cat .github/.version)" >> $GITHUB_OUTPUT

- name: change version numbers
run: |
Expand Down

0 comments on commit 2e59e7e

Please sign in to comment.