From a05f1714280c788f030fa5d4abf3e471547f6497 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:31:37 +1000 Subject: [PATCH] Remove Checkout of Tag in CF and GitHub Deployment (#981) [SKIP] --- .github/workflows/deploycf.yml | 5 ++--- .github/workflows/deploygh.yml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploycf.yml b/.github/workflows/deploycf.yml index e0c55bc..c61cd00 100644 --- a/.github/workflows/deploycf.yml +++ b/.github/workflows/deploycf.yml @@ -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 }} diff --git a/.github/workflows/deploygh.yml b/.github/workflows/deploygh.yml index e808015..5ef3e04 100644 --- a/.github/workflows/deploygh.yml +++ b/.github/workflows/deploygh.yml @@ -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