We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7feb0a commit e249f87Copy full SHA for e249f87
.github/workflows/build.yml
@@ -49,15 +49,4 @@ jobs:
49
with:
50
go-version-file: .go-version
51
- name: ${{ matrix.goos }} ${{ matrix.goarch }} build
52
- run: |-
53
- go build \
54
- -trimpath \
55
- -buildvcs=false \
56
- -ldflags "-s -w"
57
- delete-provider-schemas:
58
- needs: build
59
- runs-on: ubuntu-latest
60
- steps:
61
- - uses: geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0.0
62
- with:
63
- name: provider-schema-data
+ run: go build -trimpath -buildvcs=false -ldflags "-s -w"
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
path: ./internal/schemas/data
26
retention-days: 1
27
release:
28
+ needs: generate-provider-schemas
29
runs-on: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v4
0 commit comments