Skip to content

Commit

Permalink
Remove build package as publish does it automatically (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj authored Dec 7, 2023
1 parent 5db3efd commit 3fc060c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ runs:
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Build package
uses: ./.github/actions/build
with:
${{ inputs.node-version }}

- name: Publish release to NPM
run: npm publish
shell: bash
Expand Down

0 comments on commit 3fc060c

Please sign in to comment.