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

ci: Publish packages after the release flow #3064

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ jobs:

publish:
name: Publish Packages
needs: build
environment:
name: release
needs: release
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should still keep the env as release right? That way the maintainers can approve the env and only the publish the package. Or are we removing that functionality, and going directly to release if the test and builds pass?

runs-on: ubuntu-22.04
if: ${{ github.repository == 'containers/youki' }}
env:
Expand Down
Loading