Skip to content

Commit

Permalink
build: updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 21, 2023
1 parent cc871ae commit 7d015e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
NODE_VERSION: 18
NODE_REGISTRY: 'https://registry.npmjs.org'

permissions:
packages: write
Expand All @@ -31,7 +30,6 @@ jobs:
uses: ./.github/actions/install
with:
node-version: ${{ env.NODE_VERSION }}
node-registry: ${{ env.NODE_REGISTRY }}

- name: Build
uses: ./.github/actions/build
Expand Down

0 comments on commit 7d015e1

Please sign in to comment.