Skip to content

Commit

Permalink
chore: try adjusting the workflow for beta publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Jun 28, 2024
1 parent 76c684a commit 25bbb27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish Package to npmjs
on:
push:
branches:
- canary
- "*.x"
workflow_dispatch:
jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"release": {
"branches": [
"main",
"*.x",
{
"name": "canary",
"prerelease": true
Expand Down

0 comments on commit 25bbb27

Please sign in to comment.