diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18d48e4..59ef793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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