Skip to content

Commit

Permalink
Remove npm publish step from CI (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumRand authored Nov 10, 2023
1 parent 2a6ba47 commit 3336082
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
with:
arguments: check

- name: check
uses: gradle/gradle-build-action@v2
with:
arguments: packJsPackage

- name: publish
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 3336082

Please sign in to comment.