Skip to content

Commit

Permalink
Correct the usage of the shared publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Apr 21, 2022
1 parent 34e76c0 commit aaa691b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-module.yml
Expand Up @@ -4,14 +4,7 @@ on:
branches:
- main
jobs:
install-and-check:
check-and-publish:
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

npm-publish:
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit aaa691b

Please sign in to comment.