Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev authored Jul 29, 2023
1 parent 15b3168 commit c234d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
submodules: true
- name: get version
run: echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
- name: create release
Expand Down

0 comments on commit c234d11

Please sign in to comment.