From 22b93e91f6196c7affe55843ac65deb604e595a8 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Thu, 4 Dec 2025 16:16:31 +0100 Subject: [PATCH] Use "beta" as tag --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 7aa1250..c956386 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -66,7 +66,7 @@ jobs: - name: Publish to npm run: | echo "Publishing version ${{ needs.set-version.outputs.version }} to NPM" - npm publish --workspace=packages/safe-chain --access public --provenance --tag ${{ needs.set-version.outputs.version }} + npm publish --workspace=packages/safe-chain --access public --provenance --tag beta - name: Download all binary artifacts uses: actions/download-artifact@v4