We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0878fe + 9578339 commit da250ddCopy full SHA for da250dd
.github/workflows/release.yml
@@ -18,17 +18,10 @@ jobs:
18
call-workflow-test:
19
uses: ./.github/workflows/test.yml
20
secrets: inherit
21
- call-workflow-regression-test:
22
- uses: ./.github/workflows/schema-regression-test.yml
23
- secrets: inherit
24
- permissions:
25
- contents: read
26
- issues: write
27
goreleaser:
28
runs-on: ubuntu-latest
29
needs:
30
- call-workflow-test
31
- - call-workflow-regression-test
32
steps:
33
- uses: actions/checkout@v4 # v4.0.0
34
with:
@@ -52,4 +45,4 @@ jobs:
52
45
env:
53
46
# GitHub sets the GITHUB_TOKEN secret automatically.
54
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
- GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
48
+ GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments