Skip to content

Commit

Permalink
Merge pull request #1451 from glimmerjs/allow-publishing-from-detache…
Browse files Browse the repository at this point in the history
…d-head

Allow publishing from tags / non-branches
  • Loading branch information
NullVoxPopuli authored Oct 23, 2023
2 parents 527735f + ed7822c commit 89d6302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
#
# > It will skip the private packages, presumably?
# yes
- run: pnpm -r publish --access public
- run: pnpm -r publish --access public --no-git-checks
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 89d6302

Please sign in to comment.