Skip to content

Commit

Permalink
chore: manual 8.0.0-canary.1, escape v9 increment
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Nov 17, 2023
1 parent d13aabf commit baf81a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: (cd dist && npx --yes [email protected] release ${{ inputs.version }} --prerelease "${{ inputs.prerelease }}" --provenance)
- run: (cd dist && npx --yes [email protected] release 8.0.0-canary.1 --prerelease "${{ inputs.prerelease }}" --provenance)

0 comments on commit baf81a4

Please sign in to comment.