refactor: update ci file

This commit is contained in:
mashal-m
2023-05-26 16:31:12 +05:00
parent 725fcb1b68
commit ee92f5e63a

View File

@@ -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