From 69c50707bb6d347877b0d7f4078d96fc1ced47f4 Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Fri, 30 Aug 2024 14:17:24 +0100 Subject: [PATCH] beta.2 --- .github/workflows/remove-npm-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-npm-tag.yaml b/.github/workflows/remove-npm-tag.yaml index 1a4d03a..69cc297 100644 --- a/.github/workflows/remove-npm-tag.yaml +++ b/.github/workflows/remove-npm-tag.yaml @@ -13,4 +13,4 @@ jobs: - run: yarn - env: NODE_AUTH_TOKEN: ${{ secrets.NPMJS_NPM_MATTERLABS_AUTOMATION_TOKEN }} - run: yarn tag remove @matterlabs/zksync-contracts 1.0.0-beta.1 \ No newline at end of file + run: yarn tag remove @matterlabs/zksync-contracts 1.0.0-beta.2 \ No newline at end of file