Skip to content

Commit

Permalink
fix: add schema dependency release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamunu committed Apr 12, 2024
1 parent c14cf84 commit a6257f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: release
on:
push:
Expand All @@ -24,9 +25,10 @@ jobs:
name: provider-schema-data
path: ./internal/schemas/data
retention-days: 1

release:
needs: generate-provider-schemas
runs-on: ubuntu-latest
needs: generate-provider-schemas
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -47,6 +49,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

delete-provider-schemas:
needs: release
runs-on: ubuntu-latest
Expand Down

0 comments on commit a6257f7

Please sign in to comment.