Skip to content

Commit

Permalink
fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 23, 2023
1 parent bbbc9d9 commit b35178a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
package: ["cli", "util"]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -38,5 +35,4 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
tag: ${{ github.event.inputs.tag }}
package: packages/${{ matrix.package }}
dry-run: ${{ github.event.inputs.dry-run}}

0 comments on commit b35178a

Please sign in to comment.