Skip to content

Commit 3450686

Browse files
authored
Fix publish.yml (#9)
This sets the version of yq to `master`
1 parent 2a5f5dc commit 3450686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "latest=$LATEST" >> $GITHUB_ENV
3333
3434
- name: Setup yq
35-
uses: mikefarah/yq@4.33.3
35+
uses: mikefarah/yq@master
3636

3737
- name: Update application.yml
3838
env:

0 commit comments

Comments
 (0)