Skip to content

Commit 9a61677

Browse files
committed
ci: update workflow
1 parent ae49dd8 commit 9a61677

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Setup Node.js
8888
id: setup-node
89-
uses: actions/setup-node@v4
89+
uses: actions/setup-node@v5
9090
with:
9191
node-version-file: ".nvmrc"
9292
cache: pnpm
@@ -159,6 +159,7 @@ jobs:
159159
"owner": "${{ github.repository_owner }}",
160160
"ref": "${{ github.ref }}",
161161
"sha": "${{ steps.release.outputs.new_release_git_head }}",
162-
"tag": "${{ steps.release.outputs.new_release_git_tag }}"
162+
"tag": "${{ steps.release.outputs.new_release_git_tag }}",
163+
"branch": "master"
163164
}
164165
}

0 commit comments

Comments
 (0)