Skip to content

Commit

Permalink
Merge pull request #3 from FHPIUQWEEWVv/patch-1
Browse files Browse the repository at this point in the history
Update create-new-release.yml
  • Loading branch information
xiaosu-zhu authored Mar 30, 2021
2 parents b1b3982 + 0dad69c commit a8fb2a3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ jobs:
with:
github_token: ${{ secrets.PUSH_TO_RELEASE }}
branch: r${{ github.event.inputs.release-tag }}
- name: Go ahead to next release
run: python ".github/workflows/increVersion.py"
- name: Commit changes
uses: EndBug/add-and-commit@v4
with:
author_name: Xiaosu Zhu
author_email: xiaosu.zhu@outlook.com
message: "Increment version ${{ github.event.inputs.release-tag }} + 0.0.1"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PUSH_TO_RELEASE }}
branch: main
test-n-build-publish:
needs: [check-version-and-create-branch]
# The type of runner that the job will run on
Expand Down

0 comments on commit a8fb2a3

Please sign in to comment.