refactor: update ci file
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
||||
- name: Run semantic release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
|
||||
run: npx semantic-release
|
||||
id: ver
|
||||
outputs:
|
||||
@@ -51,4 +52,4 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Print version
|
||||
run: echo ${{ needs.tests.outputs.output1 }}
|
||||
run: echo ${{ needs.tests.outputs.output1 }}
|
||||
Reference in New Issue
Block a user