Skip to content

Commit

Permalink
#27416 Adding working directory to 'Publish to NPM registry' step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Colina committed Feb 7, 2024
1 parent d201a7c commit 23f2ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release-process.yml
Expand Up @@ -312,7 +312,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0

- name: 'Set up Node.js'
uses: actions/setup-node@v4
Expand Down Expand Up @@ -386,6 +385,7 @@ jobs:
run: ls -R ${{ github.workspace }}/tools/dotcms-cli/npm/

- name: 'Publish to NPM registry'
working-directory: ${{ github.workspace }}/tools/dotcms-cli/npm/
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
Expand Down

0 comments on commit 23f2ae5

Please sign in to comment.