We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149836d commit ed666acCopy full SHA for ed666ac
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,6 @@ jobs:
36
37
- name: Can Publish
38
run : npx can-npm-publish --verbose
39
- working-directory: package
40
41
- name: Get package info
42
id: package
@@ -61,11 +60,9 @@ jobs:
61
60
62
- name: Build
63
run : pnpm build
64
65
66
- name: Publish
67
run : pnpm -r publish --no-git-checks --access public --provenance
68
69
70
- name: Create GitHub Release with tag
71
id: create-release
0 commit comments