Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Feb 17, 2024
1 parent a08d47e commit 647b157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
git push --set-upstream origin $NEW_BRANCH
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ env.NEW_BRANCH }}
commit-message: "Release EEST ${{ env.NEW_VERSION }}"
title: "feat(docs|fw): release EEST ${{ env.NEW_VERSION }}"
body: "This PR updates the framework version in setup.cfg to ${{ env.NEW_VERSION }}."
base: main

0 comments on commit 647b157

Please sign in to comment.