Skip to content

Commit 9c1d84b

Browse files
committed
Fix Release GitHub Action
1 parent 818f579 commit 9c1d84b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- main
77

88
jobs:
9-
update_release_draft:
9+
release:
1010
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v4.0.2
11-
secrets:
12-
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
13-
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
11+
secrets:
12+
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
13+
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)