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

Commit b998756

Browse files
committed
fixing workflow
1 parent 733c115 commit b998756

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/Release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v2
19-
- name: Set up Go
20-
uses: actions/setup-node@v1
19+
- name: Setup node
20+
uses: actions/setup-node@v2
2121
with:
22-
node-versio: '14.x'
23-
- name: Set up awesome-ci
22+
node-version: '14.x'
23+
- name: Setup awesome-ci
2424
run: |
2525
wget https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
2626
chmod +x awesome-ci
2727
- name: install npm packages
28-
run: npm install
28+
run: npm ci
2929
- name: package Applikation
3030
run: npm run build
3131
- name: set publish config

.github/workflows/branchPR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: package Applikation
3131
run: npm run build
3232
- name: Dry-Run release
33-
run: ./awesome-ci createRelease -dry-run
33+
run: ./awesome-ci createRelease -patchLevel bugfix -dry-run
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)