This commit is contained in:
meysamhadeli 2023-01-25 01:21:31 +03:30
parent ac398a6ba1
commit 1e88508284

View File

@ -22,7 +22,7 @@ jobs:
## With the above semantic-release configuration, will create a release and push the dist/index.js file as well as all the tags required
- name: Semantic Release
run: npx semantic-release
run: npx -p node@v18-lts -c "npx semantic-release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}