Skip to content

Commit

Permalink
Fix workflow + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Sep 25, 2024
1 parent 64fa42a commit dd20a74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

on:
release:
types: [created]
types: [ created ]

jobs:
build:
Expand All @@ -27,11 +27,11 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: ls -la
- name: Copy files to dist
run: cp README.md ./dist/README.md \
cp LICENSE ./dist/LICENSE \
cp package.json ./dist/package.json
run: |
cp README.md ./dist/README.md
cp LICENSE ./dist/LICENSE
cp package.json ./dist/package.json
- run: npm publish ./dist
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thunderbirdops/services-ui",
"version": "0.3.2",
"version": "0.3.3",
"author": "Thunderbird",
"type": "module",
"license": "MPL-2.0",
Expand Down

0 comments on commit dd20a74

Please sign in to comment.