Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 22, 2024
1 parent 3c4cb96 commit a59645b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: nightly release
on: [push, pull_request]
on:
push:
branches:
- '**'
tags:
- '!**'
pull_request:
branches:
- master

jobs:
release:
Expand All @@ -25,4 +33,4 @@ jobs:
run: pnpm build:type

- name: Release with pkg-pr-new
run: pnpm dlx pkg-pr-new publish --compact --pnpm './packages/shared' './packages/message-compiler' './packages/devtools-types' './packages/core-base' './packages/core' './packages/vue-i18n-core' './packages/petite-vue-i18n' './packages/vue-i18n'
run: pnpx pkg-pr-new publish --compact --pnpm './packages/shared' './packages/message-compiler' './packages/devtools-types' './packages/core-base' './packages/core' './packages/vue-i18n-core' './packages/petite-vue-i18n' './packages/vue-i18n'

0 comments on commit a59645b

Please sign in to comment.