Skip to content

1.0.2

1.0.2 #3

Workflow file for this run

on:
push:
tags:
- '*'
name: release
jobs:
check:
name: check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: "npm ci"
- run: "npm diff --diff=@brumewallet/wallet.wasm@${{github.ref_name}} --diff=."
- run: "[[ -z $(npm diff --diff=@brumewallet/wallet.wasm@${{github.ref_name}} --diff=.) ]]"