We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d5bb4 commit 84063b4Copy full SHA for 84063b4
.github/workflows/ci-cd.yml
@@ -33,8 +33,6 @@ jobs:
33
- lint
34
- build
35
- test
36
- secrets:
37
- codecovToken: ${{ secrets.CODECOV_TOKEN }}
38
release:
39
uses: vidavidorra/.github/.github/workflows/release.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
40
needs:
@@ -45,4 +43,3 @@ jobs:
45
43
- code-coverage
46
44
secrets:
47
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}
48
- npmToken: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments