Skip to content

Commit

Permalink
chore: test alternate package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dam-Buty committed Jul 18, 2024
1 parent 09d8ccd commit 4bce9c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
release:
types: [published]
jobs:
tests:
uses: ./.github/workflows/ci.yaml
secrets: inherit
# tests:
# uses: ./.github/workflows/ci.yaml
# secrets: inherit
publish:
runs-on: ubuntu-latest
needs: [tests]
# needs: [tests]
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit 4bce9c5

Please sign in to comment.