Skip to content

Commit

Permalink
Try version bump: take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 28, 2024
1 parent 287e0fc commit f7798a7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,12 @@ jobs:
name: Bump tag version (semver)
runs-on: ubuntu-latest
steps:
- uses: 1k-off/[email protected]
id: tag
- uses: actions/checkout@master
- name: Bump version and push tag
uses: hennejg/[email protected]
with:
version: latest
github_token: ${{ secrets.GITHUB_TOKEN }}
dry_run: true
default_bump: patch
tag_prefix: v
release_branches: master, v2/master

0 comments on commit f7798a7

Please sign in to comment.