Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WHOOOP authored Sep 1, 2022
1 parent a506bb4 commit d49435d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package
name: Node.js Packageeee

on:
release:
Expand All @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test
- run: npm install

publish-gpr:
needs: build
Expand Down

0 comments on commit d49435d

Please sign in to comment.