Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit acb17fe

Browse files
committed
fixed typo
1 parent 1f39c75 commit acb17fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# TODO decide weather using changesets or doing it on your own
2+
13
name: release
24
on:
35
push:
@@ -21,7 +23,7 @@ jobs:
2123
node-version: 12
2224

2325
# Install Dependencies
24-
- name: ⏳ Install
26+
- name: ⏳ Install Dependencies
2527
run: yarn install
2628

2729
# Creates Release Pull Request with help of 'Changesets'
@@ -55,7 +57,7 @@ jobs:
5557
# node-version: 12
5658

5759
# # Install Dependencies
58-
# - name: ⏳ Install
60+
# - name: ⏳ Install Dependencies
5961
# run: yarn install
6062

6163
# # Configure Git User so that it can perform Git Actions like commits

0 commit comments

Comments
 (0)