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 1c5dbdc commit f0f6f24
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
release:
types: [published]

permissions:
contents: write
pull-requests: write

jobs:
update-version:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,8 +36,9 @@ jobs:
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 }}."
commit-message: "${{ env.COMMIT_MSG }}"
title: "${{ env.COMMIT_MSG }}"
body: |
"## 🗒️ Description\n Post ${{ env.COMMIT_MSG }} release changes."
base: main

0 comments on commit f0f6f24

Please sign in to comment.