Update release.yml

This commit is contained in:
maxtim 2024-06-28 22:05:50 -04:00 committed by GitHub
parent a7dc2333cf
commit 00275df138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "18.x"
- name: Build plugin
run: |
@ -24,7 +24,7 @@ jobs:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_REF#refs/tags/}"