Skip to content

Commit

Permalink
chore(ci): update tag release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eveningkid committed Nov 4, 2022
1 parent 9273a34 commit ba722da
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
name: tag-release
run-name: Tag Release
name: Tag Release
on:
pull_request:
types:
- closed
push:
branches:
- master
jobs:
build:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Bump version and push release
uses: rymndhng/release-on-push-action@master
with:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: "0"
- name: Bump version and push tag
uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
WITH_V: true
bump_version_scheme: minor

0 comments on commit ba722da

Please sign in to comment.