refactor: update ci file
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -44,8 +44,9 @@ jobs:
|
||||
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
|
||||
run: npx semantic-release
|
||||
id: ver
|
||||
run: echo "test=hello" >> "$GITHUB_OUTPUT"
|
||||
outputs:
|
||||
output1: ${{ steps.ver.outputs.nextVer }}
|
||||
output1: ${{ steps.ver.outputs.test }}
|
||||
|
||||
print:
|
||||
needs: tests
|
||||
|
||||
Reference in New Issue
Block a user