Skip to content

Commit

Permalink
release check
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Nov 1, 2022
1 parent 7fdd29d commit 9d95f10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
tags:
- '*'

name: release

jobs:
check:
name: check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: "npm diff --diff=@hazae41/paimon@${{github.ref_name}} --diff=."
- run: "[[ -z $(npm diff --diff=@hazae41/paimon@${{github.ref_name}} --diff=.) ]]"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@hazae41/paimon",
"version": "1.0.5",
"version": "1.0.6",
"author": "hazae41",
"license": "Unlicense",
"description": "WebAssembly port of RustCrypto's RSA, a Rust implementation of RSA encryption and signatures.",
Expand Down

0 comments on commit 9d95f10

Please sign in to comment.