Finschia / finschia-js

finschia-js is javascript sdk for Finschia
Apache License 2.0
7 stars 4 forks source link

ci fix not to publish on release #91

Closed loin3 closed 1 year ago

loin3 commented 1 year ago

Description

Motivation and context

Currently auto publish workflow runs on every tag push and release. This makes error because same version will be publish to NPM twice. I fix ci only run on tag push and does not run on release.

How has this been tested?

Screenshots (if appropriate):

Checklist: