mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-06 06:10:40 +00:00
fix: release
This commit is contained in:
15
.github/workflows/release-please.yml
vendored
15
.github/workflows/release-please.yml
vendored
@@ -8,6 +8,19 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
id: release
|
||||
with:
|
||||
release-type: node
|
||||
package-name: release-please-action
|
||||
package-name: formhero
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
- uses: ./.github/actions/build
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
||||
- run: pnpm test
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
- run: pnpm publish
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Reference in New Issue
Block a user