chore: checkout main during post-publish (#8432)

This commit is contained in:
jrandolf 2022-05-30 17:15:54 +02:00 committed by GitHub
parent 7b13e3001e
commit d422e12af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
- name: Append `-post` to version
id: post-version
run: |