Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 2ba39be

Browse files
committed
build: debug releaserc
1 parent 864c172 commit 2ba39be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Docker Build
1717
run: docker build . --tag localbuild/image:latest
1818
- name: Check Version
19-
run: npx semantic-release --dry-run
19+
run: |
20+
npm install -g @semantic-release/exec
21+
npx semantic-release --dry-run
2022
- name: Echo
2123
run: echo $VERSION
2224
# - name: Docker Login

0 commit comments

Comments
 (0)