Skip to content

Commit

Permalink
build: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent f0b1670 commit 919491c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/create-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ runs:
with:
node-version: ${{ inputs.node_version }}

- name: install app dependencies
- name: install npm dependencies
run: npm install
shell: bash

- run: npx semantic-release --dry-run
- name: get next version (dry run)
id: get-next-version
run: npx semantic-release --dry-run
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
shell: bash

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

0 comments on commit 919491c

Please sign in to comment.