Skip to content

Commit

Permalink
Do not use env variable for node version
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Dec 13, 2023
1 parent 500c33f commit fdc1523
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ on:
- closed
workflow_dispatch:

env:
NODE_VERSION: 18

### TODO: Replace instances of './.github/actions/' w/ `auth0/dx-sdk-actions/` and append `@latest` after the common `dx-sdk-actions` repo is made public.
### TODO: Also remove `get-prerelease`, `get-version`, `release-create`, `tag-create` and `tag-exists` actions from this repo's .github/actions folder once the repo is public.

jobs:
release:
uses: ./.github/workflows/npm-release.yml
with:
node-version: ${{ env.NODE_VERSION }}
node-version: 18
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fdc1523

Please sign in to comment.