implemented late patch should be in #115

This commit is contained in:
Fazri Gading
2026-01-23 22:10:35 +08:00
committed by GitHub
parent 34143d9872
commit a2e2d5e5fd

View File

@@ -8,6 +8,10 @@ on:
- 'v*' - 'v*'
workflow_dispatch: workflow_dispatch:
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
DISCORD_CLIENT_ID: ${{ secrets.DISCORD_CLIENT_ID }}
jobs: jobs:
build-linux: build-linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -86,10 +90,6 @@ jobs:
permissions: permissions:
contents: write contents: write
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
DISCORD_CLIENT_ID: ${{ secrets.DISCORD_CLIENT_ID }}
steps: steps:
# FIX: './package.json' Module Not Found in `Get version` step # FIX: './package.json' Module Not Found in `Get version` step
- name: Checkout code - name: Checkout code