From 483bd8bd380c7ee68ae1a2c088e6138fc0bb0e7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:56:45 +0000 Subject: [PATCH] Release --- .github/workflows/publish.yaml | 23 ----------------------- catalog-info.yaml | 19 ------------------- 2 files changed, 42 deletions(-) delete mode 100644 .github/workflows/publish.yaml delete mode 100644 catalog-info.yaml 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