Update nightly-tag-generation.yml

This commit is contained in:
Maidul Islam
2025-08-08 16:02:03 -07:00
committed by GitHub
parent 4496241002
commit 1b0ef540fe

View File

@@ -15,9 +15,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
token: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
with:
fetch-depth: 0 # Fetch all history for tags
token: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
- name: Configure Git
run: |