diff --git a/.github/workflows/check-catalogs.yml b/.github/workflows/check-catalogs.yml index 87e62b89..e090d8f4 100644 --- a/.github/workflows/check-catalogs.yml +++ b/.github/workflows/check-catalogs.yml @@ -4,6 +4,8 @@ on: push jobs: check-catalogs: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3 with: @@ -22,3 +24,10 @@ jobs: with: name: check-datasets-report path: check_datasets.csv + - name: Create Release + uses: ncipollo/release-action@v1 + with: + tag: check-datasets-tag + commit: ${{ github.ref }} + draft: true + artifacts: check_datasets.csv