Skip to content

Commit

Permalink
ci: fix release file
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Nov 21, 2024
1 parent 53ae84e commit 62e3600
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
permissions:
contents: write
pull-requests: write
outputs:
release-please-output: ${{ steps.release-please.outputs }}
if: github.repository == 'opencadc/science-portal'
steps:
-
Expand Down Expand Up @@ -58,11 +56,3 @@ jobs:
# "tag_name": "${{ steps.release-please.outputs.tag_name }}",
# "sha": "${{ steps.release-please.outputs.sha }}"
# }
release-debug:
runs-on: ubuntu-latest
needs: release-please
steps:
- env:
RELEASE_PLEASE_OUTPUT: ${{ needs.release-please.outputs.release-please-output }}
run: |
echo "Release Please Output: $RELEASE_PLEASE_OUTPUT"

0 comments on commit 62e3600

Please sign in to comment.