Skip to content

Rewrite #85

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
canary unified (#80)
SkReD authored May 31, 2023
commit e29ed8d3ebe396e8bd5364ed834b84c13abab376
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
- uses: ./.github/actions/setup
- run: npm run build
- run: node scripts/remark-readme.js
- run: npm exec pvm publish -- --canary --tag beta -s all
- run: npm exec pvm publish -- --canary --tag beta -s all --canary-unified --canary-base-version 1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PVM_SLACK_TOKEN: ${{ secrets.PVM_SLACK_TOKEN }}