Skip to content

Commit

Permalink
fix(cdp): Hogvm publish workflow (#24044)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Jul 29, 2024
1 parent 87d07df commit c846bbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-hogvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
if: steps.check-package-version.outputs.is-new-version == 'true'
with:
node-version: 18.12.1
registry-url: https://registry.npmjs.org
cache: pnpm
cache-dependency-path: hogvm/typescript/pnpm-lock.yaml

Expand All @@ -45,9 +46,7 @@ jobs:
- name: Publish the package in the npm registry
id: publish-package
if: steps.check-package-version.outputs.is-new-version == 'true'
working-directory:
run: |
pnpm publish --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VERSION: ${{ steps.check-package-version.outputs.committed-version }}

0 comments on commit c846bbd

Please sign in to comment.