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 Mar 27, 2023
1 parent eb54c2c commit 7872ea0
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 @@ -19,7 +19,7 @@ jobs:
- name: Change config.yml if stable
if: github.ref_name == 'stable' && github.event_name != 'pull_request'
run: |
sed -i "s|updateChannel:.*|updateChannel: \"stable\"|g" src/main/resources/config.ymlversion=$(cat .github/.version)" >> $GITHUB_OUTPUT
sed -i "s|updateChannel:.*|updateChannel: \"stable\"|g" src/main/resources/config.yml
- name: Change config.yml if dev
if: github.ref_name == 'main' && github.event_name != 'pull_request'
run: |
Expand Down

0 comments on commit 7872ea0

Please sign in to comment.