Skip to content

Commit 13d6412

Browse files
fix: with
1 parent 38f19bf commit 13d6412

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919

2020
- name: Checkout code
2121
uses: actions/checkout@v4
22-
ref: main
23-
token: ${{ steps.generate-github-token.outputs.token }}
22+
with:
23+
ref: main
24+
token: ${{ steps.generate-github-token.outputs.token }}
2425

2526
- name: Bump version in plugin.yaml
2627
run: |

0 commit comments

Comments
 (0)