chore: checkout main during post-publish (#8432)
This commit is contained in:
parent
7b13e3001e
commit
d422e12af8
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -45,6 +45,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: main
|
||||||
- name: Append `-post` to version
|
- name: Append `-post` to version
|
||||||
id: post-version
|
id: post-version
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user