Skip to content

Commit

Permalink
💚 ci: correção script de publicação de pacote
Browse files Browse the repository at this point in the history
  • Loading branch information
victorLessa committed Jun 22, 2023
1 parent c431473 commit d99f373
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ name: Node.js Package
on:
release:
types: [created]
workflow_run:
workflows: ["Publish new release on production branch"]
workflow_dispatch:

jobs:
publish-gpr:
needs: run-test
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit d99f373

Please sign in to comment.