mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
- name: Append `-post` to version
|
||||
id: post-version
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user