Skip to content

Commit

Permalink
ci: Fix auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Sep 14, 2024
1 parent 563f582 commit 1adeadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
pull-requests: read
uses: oliversalzburg/workflows/.github/workflows/publish-github-action-nodejs.yml@main
with:
draft-only: false
is-canary: true
wants-github-release: ${{ inputs.wants-github-release || false }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
pull-requests: read
uses: oliversalzburg/workflows/.github/workflows/publish-github-action-nodejs.yml@main
with:
draft-only: false
is-canary: false
wants-github-release: true

0 comments on commit 1adeadf

Please sign in to comment.