Skip to content

Commit

Permalink
fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidas committed Apr 17, 2024
1 parent de6b45d commit 8b96e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Publish the package to npmjs
id: build_image
uses: ./.github/workflows/publish-common-package.yaml
uses: ./.github/actions/publish-common
with:
npm_access_token: ${{ secrets.NPM_ACCESS_TOKEN }}

Expand All @@ -59,6 +59,6 @@ jobs:

- name: Publish the package to npmjs
id: build_image
uses: ./.github/workflows/publish-client-package.yaml
uses: ./.github/actions/publish-client
with:
npm_access_token: ${{ secrets.NPM_ACCESS_TOKEN }}

0 comments on commit 8b96e1d

Please sign in to comment.