Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom committed Jun 23, 2024
1 parent 4c6b16d commit c3620dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: |
version=${{ github.ref_name }}
sed -i "s/{{PLACEHOLDER_VERSION}}/${version}/" ./src/version.ts
Expand All @@ -48,4 +46,8 @@ jobs:
cp README.md ./dist
cp LICENSE ./dist
cp package.json ./dist
cd dist && npx npm publish
cd dist
npm set //registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}
npm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@larscom/ng-chrome-extension",
"shortName": "ng-chrome",
"version": "3.2.0",
"version": "3.1.1",
"description": "CLI to generate angular chrome extensions",
"main": "./bin/main.js",
"module": "./src/main.ts",
Expand Down

0 comments on commit c3620dd

Please sign in to comment.