Skip to content

Commit

Permalink
remove release GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 16, 2024
1 parent 9b20f49 commit c3e2975
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,3 @@ jobs:
with:
tags: ${{ env.TAG }}:${{ github.ref_name }}
push: true


release:
# Release on tag push - publish ioc schema
needs: [build]
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
runs-on: ubuntu-latest

# this job runs in the native developer container we just made
container:
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-developer:${{ github.ref_name }}

steps:
- name: generate-schema
run: |
ibek ioc generate-schema --output ibek.ioc.schema.json
- name: Github Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
files: |
ibek.ioc.schema.json
generate_release_notes: true

0 comments on commit c3e2975

Please sign in to comment.