Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Dec 18, 2023
1 parent 3eb7709 commit 0e81dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
build-plugin:
uses: BetterCorp/service-base-build-workflows/node.yml@master
uses: BetterCorp/service-base-build-workflows/.github/workflows/node.yml@master
with:
PUBLISH: NO
PUBLISH: false
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

jobs:
build-plugin:
uses: BetterCorp/service-base-build-workflows/node.yml@master
uses: BetterCorp/service-base-build-workflows/.github/workflows/node.yml@master
with:
PUBLISH: YES
PUBLISH: true
secrets:
NPM_TOKEN_PUB: ${{ secrets.NPM2_TOKEN_PUB }}

0 comments on commit 0e81dcc

Please sign in to comment.