Skip to content

Commit a1e1c3e

Browse files
committed
Fix workflow
1 parent 6962278 commit a1e1c3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ jobs:
1616
tmp=$(mktemp) &&
1717
jq --arg version "$GITHUB_REF_NAME" '.version = $version | .main |= gsub("\\./build"; ".") | .main |= gsub("\\./src"; ".")' package.json > "$tmp" &&
1818
mv "$tmp" package.json
19-
secrets:
20-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)