Skip to content

beta.2

beta.2 #4

Workflow file for this run

name: Remove NPM Package TAG
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.18.0
registry-url: 'https://registry.npmjs.org'
scope: '@matterlabs'
- run: yarn
- env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_NPM_MATTERLABS_AUTOMATION_TOKEN }}
run: yarn tag remove @matterlabs/zksync-contracts 1.0.0-beta.2