We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c2313 commit 5a9fd33Copy full SHA for 5a9fd33
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
publish-gpr:
10
runs-on: ubuntu-latest
11
- if: startsWith( github.event.head_commit.message , '[RELEASE]')
+ if: startsWith( github.event.commits[0].message , '[RELEASE]')
12
steps:
13
- uses: actions/checkout@v1
14
- name: Cache node modules
README.md
@@ -530,3 +530,4 @@ Running 600 `migrations` takes less than 15 seconds in TypeScript compiled right
530
531
Check [this](https://cloudflare-ipfs.com/ipfs/QmRsE9cRLxeVrya3eZUAheMRoxrM1RKn8MQwbczpicpvxK) video inside IPFS network
532
533
+Link is not working at the moment...
0 commit comments