Skip to content

Commit 525a06c

Browse files
ci: workaround for actions/checkout#1467
1 parent 57ec29d commit 525a06c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v6
4343
with:
44+
ref: ${{ github.ref }}
4445
fetch-tags: true
4546
filter: "blob:none"
4647
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)