diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 3966f2f..b8933b9 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -91,12 +91,3 @@ jobs: version=$(node -p "require('./lerna.json').version") echo "LERNA_VERSION=$version" >> "$GITHUB_OUTPUT" - - - name: Create Github Release - uses: softprops/action-gh-release@v1 - with: - generate_release_notes: true - prerelease: ${{ inputs.release-type == 'alpha' }} - token: ${{ secrets.GH_TOKEN }} - tag_name: v${{ steps.publish.outputs.LERNA_VERSION }} - name: Release v${{ steps.publish.outputs.LERNA_VERSION }} diff --git a/lerna.json b/lerna.json index 77b9e2f..63a8fb9 100644 --- a/lerna.json +++ b/lerna.json @@ -3,4 +3,4 @@ "version": "0.1.1-alpha.0", "exact": true, "message": "chore(release): %s" -} \ No newline at end of file +}