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