Skip to content

Commit 6a6c4e9

Browse files
committed
bump windmill-cli
1 parent 08d8363 commit 6a6c4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-on-merge-staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Push changes
4141
if: steps.check_message.outputs.skip != 'skip'
4242
run: |
43-
npm install -g windmill-cli@1.393.3
43+
npm install -g windmill-cli@1.466.2
4444
wmill sync push --yes --skip-variables --skip-secrets --skip-resources --workspace ${{ env.WMILL_WORKSPACE }} --token ${{ secrets.WMILL_TOKEN }} --base-url ${{ env.WMILL_URL }}

.github/workflows/push-on-merge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Push changes
4141
if: steps.check_message.outputs.skip != 'skip'
4242
run: |
43-
npm install -g windmill-cli@1.393.3
43+
npm install -g windmill-cli@1.466.2
4444
wmill sync push --yes --skip-variables --skip-secrets --skip-resources --workspace ${{ env.WMILL_WORKSPACE }} --token ${{ secrets.WMILL_TOKEN }} --base-url ${{ env.WMILL_URL }}

0 commit comments

Comments
 (0)