Skip to content

Commit

Permalink
Update publish-github.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
freitzzz committed Sep 23, 2023
1 parent c260956 commit 875c7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: git tag v$(cat package.json | grep version | cut -d '"' -f 4) | echo "New tag: "
publish: git tag v$(cat package.json | grep version | cut -d '"' -f 4) | echo "New tag:"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 875c7f4

Please sign in to comment.