Skip to content

Commit

Permalink
CI: Add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Feb 11, 2024
1 parent a10d7fb commit 196c8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
env:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITHUB_TOKEN: ${{ github.token }}
NEW_VERSION: ${{ needs.bump-version.outputs.new_version }}
RELEASE_BRANCH: release/${{ needs.bump-version.outputs.new_version }}
run: |
set -ex
Expand Down

0 comments on commit 196c8fc

Please sign in to comment.