File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
31
31
echo "date=$(date +"%B %d, %Y")" >> $GITHUB_OUTPUT
32
32
- name : Build
33
- if : startsWith(github.event.head_commit.message, ${{ env.RELEASE_COMMIT_MSG }})
33
+ if : ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }}
34
34
run : pnpm --filter=@graphprotocol/graph-cli build
35
35
- name : Pack binaries
36
- if : startsWith(github.event.head_commit.message, ${{ env.RELEASE_COMMIT_MSG }})
36
+ if : ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }}
37
37
run : pnpm --filter=@graphprotocol/graph-cli oclif:pack
38
38
- name : Release / pull_request
39
39
uses :
dotansimha/[email protected]
You can’t perform that action at this time.
0 commit comments