Skip to content

Commit

Permalink
πŸ› Fix outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jul 31, 2024
1 parent 403e248 commit e03b3d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
start:
runs-on: macos-14
outputs:
dry_run: ${{ steps.dry_run.outputs.test }}
mas_version: ${{ steps.mas_version.outputs.test }}
release_branch: ${{ steps.release_branch.outputs.test }}
release_commit: ${{ steps.release_commit.outputs.test }}
dry_run: ${{ steps.dry_run.outputs.dry_run }}
mas_version: ${{ steps.mas_version.outputs.mas_version }}
release_branch: ${{ steps.release_branch.outputs.release_branch }}
release_commit: ${{ steps.release_commit.outputs.release_commit }}
steps:
# Logs event details and sets `DRY_RUN` env var
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
Expand Down

0 comments on commit e03b3d2

Please sign in to comment.