Skip to content

Commit 8a57594

Browse files
Merge pull request #33 from liquibase/fix-create-release-workflow
Fix create-release workflow startup failure
2 parents a272dc4 + b2174b3 commit 8a57594

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
name: Create Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
7-
- master
8+
9+
permissions:
10+
contents: write
11+
pull-requests: read
12+
issues: read
13+
statuses: read
14+
actions: read
15+
security-events: write
16+
id-token: write
817

918
jobs:
1019
create-release:
11-
with:
12-
sonar: false
1320
uses: liquibase/build-logic/.github/workflows/create-release.yml@main
14-
secrets: inherit
21+
secrets: inherit

0 commit comments

Comments
 (0)