Skip to content

Commit

Permalink
Merge pull request #298 from equinor/sefo/feat/add-npm-publish-wf
Browse files Browse the repository at this point in the history
ci: add publish logic
  • Loading branch information
sefornes authored Jan 27, 2025
2 parents afce475 + 6134b6c commit 3d73547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
echo $BUMP >> $GITHUB_OUTPUT
- name: Publish
if: ${{steps.compare.outputs.BUMP == 'true'}} && github.event.pull_request.merged = true
uses: .github/workflows/publish-npm.yml
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm publish
30 changes: 0 additions & 30 deletions .github/workflows/publish-npm.yml

This file was deleted.

0 comments on commit 3d73547

Please sign in to comment.