diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml deleted file mode 100644 index 3cf68b7..0000000 --- a/.github/workflows/publish.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Publish - -on: - release: - types: [published, edited] - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: ${{ github.event.release.tag_name }} - - - uses: teunmooij/github-versioned-release@v1 - with: - include: | - .github/workflows/* - README.md - exclude: .github/workflows/publish.yaml - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/catalog-info.yaml b/catalog-info.yaml deleted file mode 100644 index e6eecef..0000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: workflow-publish-public-module - description: Infrastructure as code - annotations: {} - links: - - url: https://github.com/infinitaslearning/workflow-publish-public-module - title: Generic ILPT workflows - icon: github - tags: - - shared - - infra - - workflows -spec: - type: cicd - lifecycle: production - owner: DX - system: CI/CD