Compare commits
No commits in common. "7ab90419af7f2e4042c9854735edef5a821ef546" and "578cfd2d8cf9c0d42df113aba19a5afa4809ceda" have entirely different histories.
7ab90419af
...
578cfd2d8c
|
@ -36,20 +36,6 @@ jobs:
|
||||||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
- name: Bump version and push tag
|
|
||||||
id: tag_version
|
|
||||||
uses: miguelfito/github-bump-and-tag-action@v1
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.BOT_TOKEN }}
|
|
||||||
|
|
||||||
- name: Create a GitHub release
|
|
||||||
uses: actions/create-release@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
|
|
||||||
with:
|
|
||||||
tag_name: ${{ steps.tag_version.outputs.new_tag }}
|
|
||||||
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
|
|
||||||
body: "wahey"
|
|
||||||
- name: delete develop branch
|
- name: delete develop branch
|
||||||
id: delete_develop_branch
|
id: delete_develop_branch
|
||||||
run: git push origin --delete ${{ github.head_ref }}
|
run: git push origin --delete ${{ github.head_ref }}
|
||||||
|
|
Loading…
Reference in New Issue