Skip to content

Commit

Permalink
Fix Prepare Release Workflow (#5950)
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer authored Jun 29, 2023
1 parent e3bef5a commit c061358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: update-changelog
uses: realm/ci-actions/update-changelog@main
with:
version: ${{ inputs.version }}
version: ${{ inputs.version }}
changelog: ${{ github.workspace }}/CHANGELOG.md

- name: Update version
Expand All @@ -42,7 +42,7 @@ jobs:
body: An automated PR for next release.
commit-message: "[${{ steps.update-changelog.outputs.new-version }}] Bump version"
token: ${{ secrets.REALM_CI_PAT }}
assignees: ${{ github.event.sender }}
assignees: ${{ github.event.sender.login }}

- name: Update summary
run: echo "Created [PR for v${{ steps.update-changelog.outputs.new-version }}](${{ steps.create-pr.outputs.pull-request-url }})" >> $GITHUB_STEP_SUMMARY

0 comments on commit c061358

Please # to comment.