Skip to content

Commit

Permalink
restore publish on release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Dec 24, 2024
1 parent 5fdc3a4 commit 536e26e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
SECRING_FILE: ${{ secrets.SECRING_FILE }}
run: echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
- name: "📤 Publish to Sonatype OSSRH"
if: false
env:
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
Expand All @@ -82,7 +81,6 @@ jobs:
asset_name: grails-cli-${{ steps.release_version.outputs.value }}.zip
asset_content_type: application/zip
- name: "📤 Publish to Github Pages"
if: false
uses: micronaut-projects/github-pages-deploy-action@master
env:
BETA: ${{ contains(steps.release_version.outputs.value, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
Expand Down

0 comments on commit 536e26e

Please sign in to comment.