Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 587a954

Browse files
author
Franck Royer
committed
Fix indentation
1 parent 31b8e8e commit 587a954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-bin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
yarn install
5959
yarn list
6060
- name: Release on NPM
61-
if: startsWith(github.ref, 'refs/tags/')
62-
run: |
61+
if: startsWith(github.ref, 'refs/tags/')
62+
run: |
6363
cd .npm
6464
yarn publish
6565
env:

0 commit comments

Comments
 (0)