Skip to content

Commit e39f9ed

Browse files
committed
update cli to 1.587.0
1 parent 6a6c4e9 commit e39f9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.466.2
43+
npm install -g windmill-cli@1.587.0
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

Lines changed: 1 addition & 1 deletion
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.466.2
43+
npm install -g windmill-cli@1.587.0
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)