Skip to content

Commit f95131d

Browse files
committedJan 9, 2024
chore: add nightly release
1 parent bc83fcd commit f95131d

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed
 

Diff for: ‎.github/workflows/studio.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737

3838
- name: Build
3939
run: pnpm build
40+
41+
- name: Release Nightly
42+
run: pnpm changelogen --bump --canary --publish --publishTag nightly
43+
env:
44+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
45+
NPM_CONFIG_PROVENANCE: true

Diff for: ‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@nuxt/schema": "^3.9.1",
5757
"@nuxt/ui-pro": "^0.6.1",
5858
"@types/node": "^20.10.7",
59+
"changelogen": "^0.5.5",
5960
"consola": "^3.2.3",
6061
"eslint": "^8.56.0",
6162
"nuxt": "^3.9.1",

Diff for: ‎pnpm-lock.yaml

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.