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

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

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