Skip to content

Commit

Permalink
Update the job namings
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Feb 1, 2024
1 parent 38026f5 commit 6a143e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
commit_message: "Pre Release: Update npm version"
branch: ${{ steps.set_branch.outputs.branch }}

build-website:
release-container:
needs: [pre-release]
uses: PelicanPlatform/pelican/.github/workflows/publish-container.yml@main
uses: PelicanPlatform/pelican/.github/workflows/release-container.yml@main

goreleaser:
release:
needs: [pre-release]
uses: PelicanPlatform/pelican/.github/workflows/release.yml@main

0 comments on commit 6a143e9

Please sign in to comment.