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.
|
||||
required: true
|
||||
type: string
|
||||
|
||||
|
||||
jobs:
|
||||
deployCF:
|
||||
name: Deploy to CurseForge (${{ inputs.tag }})
|
||||
@ -23,7 +23,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.tag }}
|
||||
|
||||
- name: Restore NPM Cached Files
|
||||
uses: actions/cache@v4
|
||||
@ -60,7 +59,7 @@ jobs:
|
||||
with:
|
||||
name: Built Pack
|
||||
path: ./build/
|
||||
|
||||
|
||||
- name: Deploy to CurseForge
|
||||
env:
|
||||
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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.tag }}
|
||||
|
||||
- name: Restore NPM Cached Files
|
||||
uses: actions/cache@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user