Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
freitzzz committed Sep 23, 2023
1 parent c260956 commit 0ad5605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ 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: "
publish: ls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0ad5605

Please sign in to comment.