Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
chore: Fix ISO generation conditions and variable dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Apr 3, 2023
1 parent 6cdfc06 commit 066a13a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
release-type: simple
package-name: release-please-action
changelog-types: '[{"type":"feature","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
outputs:
tag: ${{ steps.release-please.outputs.tag_name }}
release_created: ${{ steps.release-please.outputs.release_created }}

publish-iso:
needs: release-please
Expand Down

0 comments on commit 066a13a

Please sign in to comment.