Skip to content

Commit

Permalink
chore: checkout main during post-publish (#8432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 30, 2022
1 parent 7b13e30 commit d422e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
- name: Append `-post` to version
id: post-version
run: |
Expand Down

0 comments on commit d422e12

Please sign in to comment.