Skip to content

Commit

Permalink
fixing release pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Feb 14, 2024
1 parent 836c632 commit b93df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Create PR
run: |
LAST_PR=$(gh pr list --repo ${{ github.repository }} --limit 1 --state merged --search "Release version" --json number | jq -r '.[0].number')
./scripts/workflows/generate-release-notes.sh $LAST_PR ${{ env.new_version }}
./.github/workflow_scripts/generate-release-notes.sh ${{ github.repository }} "$LAST_PR" ${{ env.new_version }}
gh pr create \
--title "Release version ${{ env.new_version }}" \
--body-file releasenotes.md \
Expand Down

0 comments on commit b93df91

Please sign in to comment.