Update and rename release.yml.disabled to release.yml

This commit is contained in:
암냥 (imnyang) 2025-11-28 09:57:54 +09:00 committed by GitHub
commit ed0aa77e04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,12 +16,12 @@ jobs:
- name: Setup node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: 'pnpm'
- name: Install Dependencies
run: pnpm i --frozen-lockfile
- name: Semantic release
run: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}