Remove Checkout of Tag in CF and GitHub Deployment (#981)

[SKIP]
This commit is contained in:
Integer Limit 2024-09-01 18:31:37 +10:00 committed by GitHub
parent df58232c56
commit a05f171428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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 }}

View File

@ -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