We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8080a commit aa58e98Copy full SHA for aa58e98
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
test-release:
10
- if: github.events.commits[0].author.name == 'semantic-release'
+ if: github.event.commits[0].author.name == 'semantic-release'
11
12
runs-on: ubuntu-latest
13
permissions:
0 commit comments