Skip to content

Commit

Permalink
ci: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 10, 2024
1 parent fece92a commit 2fdaa1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
types: [created]

jobs:
ci_tests:
uses: ./.github/workflows/ci_tests.yml

ci_release:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
test: true
release: true

0 comments on commit 2fdaa1f

Please sign in to comment.