We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be2bd1 commit cc7015dCopy full SHA for cc7015d
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
node-version: 20
27
cache: 'pnpm'
28
+ registry-url: 'https://registry.npmjs.org'
29
+ scope: '@composer-kit'
30
+ node-auth-token: ${{ secrets.NPM_TOKEN }}
31
32
- name: Install Dependencies
33
run: pnpm install
@@ -38,8 +41,3 @@ jobs:
38
41
env:
39
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
43
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
-
- - name: Send a Slack notification if a publish happens
- if: steps.changesets.outputs.published == 'true'
44
- # You can do something when a publish happens.
45
- run: my-slack-bot send-notification --message "A new version of ${GITHUB_REPOSITORY} was published!"
0 commit comments