Skip to content

Commit

Permalink
Fix node version and env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstodle committed Jul 10, 2024
1 parent ea6d456 commit 66e034a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"

- name: Build plugin
id: build
Expand All @@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_ref#refs/tags/}"
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
--title="$tag" \
Expand Down

0 comments on commit 66e034a

Please sign in to comment.