Skip to content

Commit da250dd

Browse files
authored
fix: Update release.yml (#90)
2 parents f0878fe + 9578339 commit da250dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,10 @@ jobs:
1818
call-workflow-test:
1919
uses: ./.github/workflows/test.yml
2020
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
2721
goreleaser:
2822
runs-on: ubuntu-latest
2923
needs:
3024
- call-workflow-test
31-
- call-workflow-regression-test
3225
steps:
3326
- uses: actions/checkout@v4 # v4.0.0
3427
with:
@@ -52,4 +45,4 @@ jobs:
5245
env:
5346
# GitHub sets the GITHUB_TOKEN secret automatically.
5447
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
48+
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)