anaconda / ae5-tools

A command-line tool for scripting AE5 actions
https://www.anaconda.com/enterprise/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

`dev` label on conda package build always resolves true #160

Closed joshburt closed 1 year ago

joshburt commented 1 year ago

This command is failing within the github actions:

Screenshot 2023-03-13 at 11 56 29 AM

It appears that the intent is to label the build as dev if a tag is not present. As written this always resolved as true.

I've explicitly split pull-request and merge time workflows up to aid in read-ability and reduce complexity.

Pull Requests to Master

Publish a package to the dev channel.

Screenshot 2023-03-13 at 12 41 05 PM

Merge (Push) to Master

Publish a package to main channel.