Skip to content

Commit

Permalink
Update check-catalogs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ots22 authored Jul 14, 2023
1 parent 5525c77 commit c9ebde4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: push
jobs:
check-catalogs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -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

0 comments on commit c9ebde4

Please sign in to comment.