Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

push packages to artifactory again #710

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Conversation

scareything
Copy link
Member

also sneaking in a hopeful fix for invalid version strings in linux builds.

@scareything scareything requested a review from a team as a code owner August 18, 2023 14:52
@@ -180,13 +180,13 @@ jobs:
if-no-files-found: error

- name: Configure jFrog CLI
if: ${{ github.event.release.published && startsWith(github.ref, 'refs/tags/v') }}
if: ${{ !github.event.release.prerelease && startsWith(github.ref, 'refs/tags/v') }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great if anyone can double check me on this event structure. I looked at the docs and a recent event (select gear icon -> view raw logs)

@scareything scareything merged commit 6898022 into main Aug 18, 2023
12 checks passed
@scareything scareything deleted the push.packages.on.release branch August 18, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants