Skip to content

Commit 919491c

Browse files
committed
build: wip
1 parent f0b1670 commit 919491c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/actions/create-release/action.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ runs:
2727
with:
2828
node-version: ${{ inputs.node_version }}
2929

30-
- name: install app dependencies
30+
- name: install npm dependencies
3131
run: npm install
32+
shell: bash
3233

33-
- run: npx semantic-release --dry-run
34+
- name: get next version (dry run)
3435
id: get-next-version
36+
run: npx semantic-release --dry-run
3537
env:
3638
GITHUB_TOKEN: ${{ inputs.github_token }}
39+
shell: bash
3740

3841
- name: create release - beta
3942
if: ${{ github.ref_name == "main" && inputs.production_release != "true" }}

0 commit comments

Comments
 (0)