Skip to content

Commit

Permalink
Fix: Fix adding dist files to the release
Browse files Browse the repository at this point in the history
Set missing outputs of the release job to allow uploading and signing of
additional release artifact files.
  • Loading branch information
bjoernricks committed Jun 30, 2023
1 parent 2b311ec commit c9e2e65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'major release')) &&
github.event.pull_request.merged == true )
runs-on: 'ubuntu-latest'
outputs:
git-release-tag: ${{ steps.release.outputs.git-release-tag }}
release-version: ${{ steps.release.outputs.release-version }}
steps:
- name: Selecting the Release type
id: release-type
Expand Down

0 comments on commit c9e2e65

Please sign in to comment.