Skip to content

Commit

Permalink
Added output mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Dec 8, 2024
1 parent 4f50ad3 commit f839a62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ env:
jobs:
build-app:
runs-on: macos-latest
outputs:
CREATE_RELEASE: ${{ steps.create_release.outputs.CREATE_RELEASE }}
CHANGELOG: ${{ steps.create_release.outputs.CHANGELOG }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -123,7 +126,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

changelog:
runs-on: ubuntu-latest
runs-on: macos-latest
needs: build-app
permissions:
contents: write
Expand Down

0 comments on commit f839a62

Please sign in to comment.