We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b102f1 commit 64551b1Copy full SHA for 64551b1
1 file changed
.github/workflows/deploy-release.yaml
@@ -16,5 +16,3 @@ jobs:
16
sed -i -e "s~\"version\": \"0.0.0-dev\"~\"version\": \"${GITHUB_REF##*/}\"~" package.json &&
17
sed -i -e "s~\"main\": \"dist/index.js\"~\"main\": \"index.js\"~" package.json &&
18
sed -i -e "s~\"types\": \"dist/index.d.ts\"~\"types\": \"index.d.ts\"~" package.json
19
- secrets:
20
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments