Skip to content

Commit

Permalink
fix: try with github token (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakumarghosh committed Feb 1, 2024
1 parent e1624ad commit 39e5eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
fi
echo "Version type: $VERSION_TYPE_DEFAULT"
echo "::set-output name=version_type::$VERSION_TYPE_DEFAULT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Change version
run: npm run release -- ${{ steps.release-type.outputs.version_type}}
Expand Down

0 comments on commit 39e5eb1

Please sign in to comment.