Skip to content

Commit

Permalink
Remove release check for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarSpruit committed Nov 7, 2024
1 parent 5fbfe6a commit 23b10af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ on:
workflow_dispatch:

jobs:
check:
name: Check
uses: ./.github/workflows/check.yml
generate_version_name:
name: Generate version name
uses: ./.github/workflows/generate_version_name.yml
publish_to_maven_central:
name: Publish to Maven Central
uses: ./.github/workflows/publish_to_maven_central.yml
secrets: inherit
needs: [generate_version_name, check]
needs: [generate_version_name]
with:
version-name: needs.generate_version_name.outputs.version-name
create_github_release:
Expand Down

0 comments on commit 23b10af

Please sign in to comment.