Skip to content

Commit

Permalink
Fix publish.yml (#9)
Browse files Browse the repository at this point in the history
This sets the version of yq to `master`
  • Loading branch information
versilis authored Apr 26, 2023
1 parent 2a5f5dc commit 3450686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "latest=$LATEST" >> $GITHUB_ENV
- name: Setup yq
uses: mikefarah/yq@4.33.3
uses: mikefarah/yq@master

- name: Update application.yml
env:
Expand Down

0 comments on commit 3450686

Please sign in to comment.