We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b3aa3 commit 5a89e0eCopy full SHA for 5a89e0e
.github/workflows/deploy.yml
@@ -45,6 +45,7 @@ jobs:
45
with:
46
token: ${{ secrets.SGTPOOKI_PAT }}
47
ref: production
48
+ fetch-depth: 0 # Fetch all branches and commit history
49
- name: Get latest tag deployed to staging
50
id: get_latest_tag
51
run: |
0 commit comments