Skip to content

Commit

Permalink
πŸ› Remove problematic RELEASE_COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jul 31, 2024
1 parent 0c701cc commit adcad9c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
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 All @@ -44,10 +43,6 @@ jobs:
run: |
echo "RELEASE_BRANCH=releases/release-${{ github.event.release.tag_name }}" >>"$GITHUB_OUTPUT"
- id: release_commit
run: |
echo "RELEASE_COMMIT=${{ github.event.release.target_commitish }}" >>"$GITHUB_OUTPUT"
prepare-release:
runs-on: macos-14
needs: [start]
Expand All @@ -71,9 +66,8 @@ jobs:
- name: πŸ”– Update version
env:
MAS_VERSION: ${{ needs.start.outputs.mas_version }}
RELEASE_COMMIT: ${{ needs.start.outputs.release_commit }}
run: |
script/version_bump "${MAS_VERSION}" "${RELEASE_COMMIT}"
script/version_bump "${MAS_VERSION}"
- name: πŸ’Ύ Commit changes
env:
Expand Down

0 comments on commit adcad9c

Please sign in to comment.