Update nightly-tag-generation.yml

This commit is contained in:
Maidul Islam
2025-08-08 15:59:16 -07:00
committed by GitHub
parent 8b497699d4
commit 52e32484ce

View File

@@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
with:
fetch-depth: 0 # Fetch all history for tags
@@ -72,8 +74,6 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
with:
tag_name: ${{ env.NIGHTLY_TAG }}
name: ${{ env.NIGHTLY_TAG }}