Skip to content

Commit

Permalink
asdasdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
freitzzz committed Sep 23, 2023
1 parent b57f9b2 commit c260956
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 release
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 c260956

Please sign in to comment.