Skip to content

Commit

Permalink
chore: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TbhT committed Jul 3, 2024
1 parent 65ea3c6 commit 0dfcd2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "tag=v$package_version" >> $GITHUB_OUTPUT
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT }}
- name: Setup git
if: ${{ steps.version-check.outputs.skipped == 'false' }}
run: |
Expand All @@ -55,5 +55,5 @@ jobs:
name: ${{ steps.version-check.outputs.tag }}
tag: ${{ steps.version-check.outputs.tag }}
commit: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
skipIfReleaseExists: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tbht/thrift-cli",
"description": "generate typescript code from thrift files",
"version": "0.1.1",
"version": "0.1.2",
"author": "TbhT",
"bin": {
"thrift-cli": "./bin/run.js"
Expand Down

0 comments on commit 0dfcd2a

Please sign in to comment.