Skip to content

Commit cd3cf26

Browse files
author
yuval-shlomo-dekel
committed
add bumpversion workflow
1 parent b6f4c87 commit cd3cf26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/create-release-and-publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
fetch-depth: 0
1818
- name: Changelog
1919
uses: scottbrenner/generate-changelog-action@master
20+
- name: Bump version and push tag
21+
uses: jaumann/[email protected]
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
- name: Push changes
25+
uses: ad-m/github-push-action@master
26+
with:
27+
github_token: ${{ secrets.GITHUB_TOKEN }}
28+
tags: true
2029
- name: Create Release
2130
id: create_release
2231
uses: actions/create-release@latest

0 commit comments

Comments
 (0)