Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release flow for JS packages (#2231)
# Goal The goal of this PR is to fix an issue noticed with the v1.15.1 release around JS packages. 1. The step `is-full-release` wasn't there, but GitHub was happily resolving the if conditions that tried to use it. 2. NPM changed the tag default, so `latest` was working for `api-augment` even when it shouldn't have been. For the v1.15.1 runs see: - https://github.com/frequency-chain/frequency/actions/runs/12129502202/job/33851319975 - https://github.com/frequency-chain/frequency/actions/runs/12129502202/job/33851321973
- Loading branch information