Skip to content

Commit 5a9fd33

Browse files
committed
chore(README.md): added comment to test release strategy with label [RELEASE]
1 parent 56c2313 commit 5a9fd33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish-gpr:
1010
runs-on: ubuntu-latest
11-
if: startsWith( github.event.head_commit.message , '[RELEASE]')
11+
if: startsWith( github.event.commits[0].message , '[RELEASE]')
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Cache node modules

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,3 +530,4 @@ Running 600 `migrations` takes less than 15 seconds in TypeScript compiled right
530530

531531
Check [this](https://cloudflare-ipfs.com/ipfs/QmRsE9cRLxeVrya3eZUAheMRoxrM1RKn8MQwbczpicpvxK) video inside IPFS network
532532

533+
Link is not working at the moment...

0 commit comments

Comments
 (0)