Skip to content

Commit 0de2807

Browse files
committed
Fix workflow files
1 parent 5bb1d72 commit 0de2807

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
publish-gpr:
12-
needs: build
1312
runs-on: ubuntu-latest
1413
permissions:
1514
contents: read

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
publish-npm:
12-
needs: build
1312
runs-on: ubuntu-latest
1413
steps:
1514
- name: Checkout

0 commit comments

Comments
 (0)