Skip to content

Conversation

@Goooler
Copy link
Member

@Goooler Goooler commented Apr 1, 2025

No description provided.

gemini-code-assist[bot]

This comment was marked as outdated.

@Goooler Goooler requested a review from Copilot April 1, 2025 02:41
@Goooler Goooler marked this pull request as ready for review April 1, 2025 02:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR replaces the existing composite deployment with a more standard, separated workflow process. Key changes include updating the release workflow to use a new environment and removing the composite deploy-site action, as well as introducing a dedicated deploy workflow with explicit build and deploy steps.

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Updated environment from "github-pages" to "maven-central" and removed the deploy-site action
.github/workflows/deploy.yml Added a workflow_call trigger and restructured deployment steps including Gradle setup and site build
Files not reviewed (1)
  • .github/actions/deploy-site/action.yml: Language not supported
Comments suppressed due to low confidence (2)

.github/workflows/deploy.yml:4

  • Ensure the YAML indentation for 'workflow_call:' is correct under the 'on:' key to avoid potential syntax errors.
workflow_call:

.github/workflows/release.yml:13

  • [nitpick] Verify that changing the environment name from 'github-pages' to 'maven-central' is intentional and consistent with deployment targets across workflows.
name: maven-central

@Goooler Goooler changed the title Replace composite deployment with the normal one Replace composite deployment with the normal workflow Apr 1, 2025
@Goooler Goooler changed the title Replace composite deployment with the normal workflow Replace composite deployment with the general workflow Apr 1, 2025
@Goooler Goooler merged commit b0097e9 into main Apr 1, 2025
7 checks passed
@Goooler Goooler deleted the g/20250401/check-release-workflow branch April 1, 2025 02:45
@Goooler
Copy link
Member Author

Goooler commented Apr 1, 2025

Workflow dispatch works well in https://github.com/GradleUp/shadow/actions/runs/14185980866.

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.

2 participants