Skip to content

Commit

Permalink
chore: add branch for next tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Feb 1, 2023
1 parent 38ba7b2 commit 7618aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
yarn workspace "@thepolicylab-projectportals/project-portal-content-netlify" version "${{ github.ref_name }}"
- name: Pre-release packages
if: ${{ github.event.release.isLatest }}
if: ${{ github.event.release.isPrerelease }}
run: |
yarn workspace "@thepolicylab-projectportals/gatsby-theme-project-portal" npm publish --tag next
yarn workspace "@thepolicylab-projectportals/project-portal-content-netlify" npm publish --tag next
Expand Down

0 comments on commit 7618aa3

Please sign in to comment.