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 2351ed2 commit 1c5dbdc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,10 @@ jobs:
echo "NEW_BRANCH=release-${{ github.event.release.tag_name }}" >> $GITHUB_ENV
echo "COMMIT_MSG=\"feat(docs|fw): release EEST ${{ github.event.release.tag_name }}\"" >> $GITHUB_ENV
- name: Create new branch and update version in setup.cfg
- name: Update version in setup.cfg
run: |
git checkout -b $NEW_BRANCH
sed -i "s/^version = .*/version = $NEW_VERSION/" setup.cfg
git add setup.cfg
git commit -m "$COMMIT_MSG"
git push --set-upstream origin $NEW_BRANCH
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create pull request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 1c5dbdc

Please sign in to comment.