Skip to content

Commit 1c8692e

Browse files
committed
ci: tag the actual merge commit, not the test merge ref
1 parent 277af7e commit 1c8692e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ jobs:
196196
runs-on: ubuntu-latest
197197
steps:
198198
- uses: actions/checkout@v4
199+
with:
200+
ref: ${{ github.event.pull_request.merge_commit_sha }}
199201

200202
- name: Create git tag
201203
env:

0 commit comments

Comments
 (0)