Skip to content

Commit

Permalink
📦 ci(fixed acions policy): fixed preview action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Apr 7, 2024
1 parent 1827643 commit 545be1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- dev

permissions:
contents: write
Expand All @@ -27,7 +28,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
- run: npm i
if: ${{ steps.release.outputs.release_created }}
- run: |
npm test
Expand Down

0 comments on commit 545be1d

Please sign in to comment.