Skip to content

Commit cf10a54

Browse files
committed
Github action
1 parent 44af491 commit cf10a54

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/dist.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
git config user.name "HadrienMP"
2525
git config user.email "[email protected]"
2626
27-
- name : Install Elm
27+
- name: Release
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2830
run: |
2931
mkdir bin
3032
cd bin
@@ -33,12 +35,8 @@ jobs:
3335
chmod +x elm
3436
export PATH=${PWD}:$PATH
3537
cd -
38+
echo $PATH
3639
elm --version
37-
38-
- name: Release
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
run: |
4240
elm --version
4341
npm install -g release-it
4442
npm run release

0 commit comments

Comments
 (0)