Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

fix: release action ends with success even if it does not renew tag #206

Closed loloicci closed 2 years ago

loloicci commented 2 years ago

Description

Without this PR, if the release action does not create a new tag, the action ends with failure even if nothing fails. This PR fixes it and makes release actions end with success.

https://github.com/loloicci/auto-tag-test is an example of how it works.

Types of changes

Checklist