File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11name : Release
22
33permissions :
4+ id-token : write # Required for OIDC
45 contents : write
56
67on :
2829 registry-url : ' https://registry.npmjs.org'
2930 cache : pnpm
3031
32+ - name : ⎔ Upgrade npm for OIDC support
33+ run : pnpm install -g npm@latest
34+
3135 - name : 📥 Install dependencies
3236 run : pnpm install --frozen-lockfile
3337
6771 - name : 📦 Publish to NPM
6872 run : pnpm publish --no-git-checks
6973 env :
70- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
74+ NODE_AUTH_TOKEN : " " # Clear placeholder set by setup-node to enable OIDC
75+
7176
7277 - name : 📝 Update Changelog
7378 run : npx changelogithub
7479 env :
7580 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
81+
82+ - name : 📣 Notify release result
83+ if : always()
84+ uses : marimo-team/internal-gh-actions/release-notification@main
85+ with :
86+ status : ${{ job.status }}
87+ slack-webhook-url : ${{ secrets.SLACK_WEBHOOK_URL_RELEASES }}
88+ artifact-url : " https://npmjs.com/package/@marimo-team/codemirror-sql"
Original file line number Diff line number Diff line change 99 "sideEffects" : false ,
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " https://github.com/marimo-team/codemirror-sql"
12+ "url" : " git+ https://github.com/marimo-team/codemirror-sql.git "
1313 },
1414 "scripts" : {
1515 "dev" : " vite" ,
7878 "dependencies" : {
7979 "node-sql-parser" : " ^5.3.13"
8080 }
81- }
81+ }
You can’t perform that action at this time.
0 commit comments