Skip to content

Commit

Permalink
remove suffix from version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiqan committed Sep 19, 2022
1 parent fbe8304 commit 21fedb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
DEFAULT_BUMP: patch
WITH_V: false
DRY_RUN: true
RELEASE_BRANCHES: master
VERBOSE: true
- name: Create PackageVersion
id: packageversion
run: echo ::set-output name=tag::${{ steps.versioning.outputs.new_tag }}
Expand Down Expand Up @@ -84,4 +86,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
WITH_V: false
RELEASE_BRANCHES: master

0 comments on commit 21fedb6

Please sign in to comment.