From e5d666b853e2e7bfec2d577fbc26f808d15696b1 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 10:28:22 -0700 Subject: [PATCH] undo prerelease changes --- .github/workflows/release.yml | 2 +- release-please-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5d14f8..710ea13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: with: ignore_install_scripts: true - - run: npm publish --provenance --tag alpha + - run: npm publish --provenance if: ${{ needs.release_please.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/release-please-config.json b/release-please-config.json index 5b5f2c1..50b01d7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,7 +8,7 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": true + "prerelease": false } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"