parent
df58232c56
commit
a05f171428
5
.github/workflows/deploycf.yml
vendored
5
.github/workflows/deploycf.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
description: The Release Type. This is the formatted version.
|
description: The Release Type. This is the formatted version.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deployCF:
|
deployCF:
|
||||||
name: Deploy to CurseForge (${{ inputs.tag }})
|
name: Deploy to CurseForge (${{ inputs.tag }})
|
||||||
@ -23,7 +23,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.tag }}
|
|
||||||
|
|
||||||
- name: Restore NPM Cached Files
|
- name: Restore NPM Cached Files
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@ -60,7 +59,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Built Pack
|
name: Built Pack
|
||||||
path: ./build/
|
path: ./build/
|
||||||
|
|
||||||
- name: Deploy to CurseForge
|
- name: Deploy to CurseForge
|
||||||
env:
|
env:
|
||||||
CURSEFORGE_PROJECT_ID: ${{ secrets.CURSEFORGE_PROJECT_ID }}
|
CURSEFORGE_PROJECT_ID: ${{ secrets.CURSEFORGE_PROJECT_ID }}
|
||||||
|
1
.github/workflows/deploygh.yml
vendored
1
.github/workflows/deploygh.yml
vendored
@ -31,7 +31,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.tag }}
|
|
||||||
|
|
||||||
- name: Restore NPM Cached Files
|
- name: Restore NPM Cached Files
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user