refactor: update ci file

This commit is contained in:
mashal-m
2023-05-26 16:38:53 +05:00
parent ee92f5e63a
commit acd118a467

View File

@@ -44,9 +44,8 @@ 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.test }}
output1: ${{ steps.ver.outputs.nextVer }}
print:
needs: tests