We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1448cc commit 985ba9aCopy full SHA for 985ba9a
.github/workflows/lock-release.yml
@@ -50,7 +50,7 @@ jobs:
50
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
51
52
unlock:
53
- if: ${{ github.event.inputs.action == 'unlock' || github.event.action == 'released' }}
+ if: ${{ github.event.inputs.action == 'unlock' || github.event.action == 'released' || github.event.action == 'prereleased' }}
54
name: Unlock the release
55
runs-on: ubuntu-latest
56
steps:
0 commit comments