We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a565c commit d1060d3Copy full SHA for d1060d3
.github/workflows/prepare-release.yml
@@ -22,7 +22,7 @@ env:
22
jobs:
23
prepare-release:
24
name: "Prepare release"
25
- if: github.event_name == "workflow_dispatch"
+ if: github.event_name == 'workflow_dispatch'
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout
0 commit comments