From d08ad8bcf07b5c827e095c2634f4b3776d3562cc Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Wed, 30 Oct 2024 14:12:12 +0100 Subject: [PATCH] build: remove the gh release Signed-off-by: Berend Sliedrecht --- .github/workflows/pipeline.yaml | 9 --------- lerna.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) 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 +}