Skip to content

Commit

Permalink
chore(generate-release.yml): set include-component-in-tag to false to…
Browse files Browse the repository at this point in the history
… exclude component

information from release tag
  • Loading branch information
masterkain committed Apr 30, 2024
1 parent 92b7f2d commit 65221d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
token: ${{ secrets.PACKAGES_PAT }}
release-type: node
include-component-in-tag: true
include-component-in-tag: false

0 comments on commit 65221d7

Please sign in to comment.