Skip to content

Commit

Permalink
Fix job identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Aug 16, 2024
1 parent d5f9dfe commit cbf3a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Create release PR

on:
workflow_dispatch:
inputs:
Expand All @@ -13,7 +15,7 @@ on:
- patch

jobs:
Create Release PR:
create-release-pr:
permissions:
id-token: write # Enable OIDC
pull-requests: write
Expand Down

0 comments on commit cbf3a3b

Please sign in to comment.