Skip to content

Commit

Permalink
build: QPPA-0000 ensure develop branch is checked out in publish acti…
Browse files Browse the repository at this point in the history
…on p.3
  • Loading branch information
nicholas-gates committed Jun 6, 2024
1 parent 7b22f2c commit 521d8c8
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 @@ -18,6 +18,7 @@ jobs:
with:
ref: develop
fetch-depth: 0 # Ensures fetching of history for all branches and tags
token: ${{ secrets.ACTIONS_NICHOLAS_PAT }}

- name: Ensure 'develop' branch is checked out
run: |
Expand Down

0 comments on commit 521d8c8

Please sign in to comment.