Skip to content

Commit

Permalink
Update build.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 5c0877f commit c37eb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 config.yml if stable
if: github.ref == 'refs/heads/stable' && github.event_name != 'pull_request'
Expand Down

0 comments on commit c37eb2b

Please sign in to comment.