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

Commit 1f39c75

Browse files
committed
fixed formation
1 parent 45ef92b commit 1f39c75

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212

13-
# Checkout Project
13+
# Checkout Project
1414
- name: 📚 Checkout
1515
uses: actions/checkout@v2
1616

17-
# Setup NodeJS
17+
# Setup NodeJS
1818
- name: 🟢 Setup Node ${{ matrix.node_version }}
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: 12
2222

2323
# Install Dependencies
24-
- name: ⏳ Install
25-
run: yarn install
24+
- name: ⏳ Install
25+
run: yarn install
2626

27-
- name: 🚀 Create Release Pull Request
28-
uses: changesets/action@master
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
# Creates Release Pull Request with help of 'Changesets'
28+
- name: 🚀 Create Release Pull Request
29+
uses: changesets/action@master
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3132

3233
# -- OLD --
3334
#

0 commit comments

Comments
 (0)