Replies: 1 comment 2 replies
-
I can't think of anything... maybe worth adding a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fury.io makes a mess of prereleases (v1.19.0-rc1) so I'd like to skip them entirely and only do major.minor.patch versions for fury.
The only ways I know to do this are to empty furies.account or empty FURY_TOKEN.
Since I have furies.account set to ${{ FURY_ACCOUNT }} I've tried something like this in github actions:
FURY_ACCOUNT: {{ if not (contains "-" .github.ref) }}{{.secrets.FURY_ACCOUNT}}{{end}}
But apparently github actions doesn't have "contains" as a function.
Suggestions on how to keep semver prerelease tags with a "-" in them from publishing to fury.io?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions