Skip to content

Commit

Permalink
build: remove include-v-in-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Jun 30, 2023
1 parent c158d33 commit c128723
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
command: manifest
monorepo-tags: true
include-v-in-tags: false

- uses: actions/setup-node@v2
if: ${{ steps.release.outputs.releases_created }}
Expand All @@ -33,4 +32,4 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
run: yarn run lerna:publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c128723

Please sign in to comment.