Skip to content

Commit

Permalink
chore: Do not publish (#12)
Browse files Browse the repository at this point in the history
Do not publish
  • Loading branch information
nahsi authored Mar 7, 2024
1 parent dcb166b commit af0aa07
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,13 @@ jobs:
RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}
run: echo "${RELEASE_PLEASE_OUTPUT}" | jq

galaxy:
if: needs.release-please.outputs.release-created
runs-on: ubuntu-latest
needs:
- release-please

steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.release-please.outputs.tag }}

- name: Push to galaxy
uses: ansible/[email protected]
with:
api_key: ${{ secrets.GALAXY_API_KEY }}

slack:
if: always()
name: "Notify"
runs-on: ubuntu-latest

needs:
- release-please
- galaxy

permissions:
contents: read
Expand Down

0 comments on commit af0aa07

Please sign in to comment.