Skip to content

Commit

Permalink
fix: release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelhenke committed Aug 24, 2022
1 parent bc3a3cb commit d2375e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
id: release
with:
release-type: node
package-name: release-please-action
package-name: nuxt-envalid
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
command: github-release
# The logic below handles the npm publication:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
Expand Down

0 comments on commit d2375e3

Please sign in to comment.