We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ec5638 + e961950 commit 53b54f5Copy full SHA for 53b54f5
1 file changed
.github/workflows/bump-version.yml
@@ -14,6 +14,8 @@ jobs:
14
uses: mathieudutour/github-tag-action@v6.2
15
with:
16
github_token: ${{ secrets.GITHUB_TOKEN }}
17
+ default_bump: patch
18
+ custom_tag: 1.0.0
19
- name: Create a GitHub release
20
uses: ncipollo/release-action@v1
21
0 commit comments