Skip to content

Commit

Permalink
Update cut_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyuchn authored Oct 25, 2023
1 parent 2400f27 commit 78a0956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cut_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ jobs:
- name: Bump version and push tag
id: bump_version_and_push_tag
uses: anothrNick/[email protected] # Don't use @master or @v1 unless you're happy to test the latest version
with:
tag: 1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
WITH_V: true
DEFAULT_BUMP: patch
RELEASE_BRANCHES: release-1.3
INITIAL_VERSION: 1.3.0
TAG_CONTEXT: branch
MINOR_STRING_TOKEN: 1.3


- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 78a0956

Please sign in to comment.