Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix name collision in script (sigp#2678)
## Issue Addressed N/A ## Proposed Changes We set a `$TAG` env variable in the github actions workflow, and then re-use this name in the `publish.sh` script. It makes this check `if [[ -z "$TAG" ]]` return true, when it should return false on the first time it's hit. ## Additional Info N/A Co-authored-by: realbigsean <[email protected]>
- Loading branch information