Skip to content

Commit

Permalink
#dvelop make publish script checkout correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Jun 4, 2024
1 parent 71e7119 commit 35ae802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
token: ${{ env.GITHUB_TOKEN }}
fetch-depth: 0
ref: 'main'

# Setup node
# https://github.com/actions/setup-node
Expand Down

0 comments on commit 35ae802

Please sign in to comment.