Skip to content

Commit 985ba9a

Browse files
authored
Add 'prereleased' condition to unlock step in the toggle release lock workflow (#6953)
1 parent c1448cc commit 985ba9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lock-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5151

5252
unlock:
53-
if: ${{ github.event.inputs.action == 'unlock' || github.event.action == 'released' }}
53+
if: ${{ github.event.inputs.action == 'unlock' || github.event.action == 'released' || github.event.action == 'prereleased' }}
5454
name: Unlock the release
5555
runs-on: ubuntu-latest
5656
steps:

0 commit comments

Comments
 (0)