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

Commit 5a46176

Browse files
committed
polishing step 3
1 parent 609188d commit 5a46176

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/branchPR.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
20-
- name: Set up Go
20+
- name: Setup node
2121
uses: actions/setup-node@v1
2222
with:
23-
node-versio: '14.x'
23+
version: '14.x'
2424
- name: Set up awesome-ci
2525
run: |
2626
wget https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
2727
chmod +x awesome-ci
2828
- name: install npm packages
2929
run: npm install
3030
- name: package Applikation
31-
run: npm run build
31+
run: npm run build
32+
- name: Dry-Run release
33+
run: ./awesome-ci createRelease -dry-run
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)