fix: hotfix auto select starter template works without github token #release (#959)

* fix: hotfix starter template fix, updated header link to use navigate

* template auth fix

* updated changelog script
This commit is contained in:
Anirban Kar
2025-01-01 03:57:55 +05:30
committed by GitHub
parent 1cf83454ed
commit 67d984c52c
3 changed files with 19 additions and 13 deletions

View File

@@ -88,6 +88,8 @@ jobs:
id: changelog
env:
NEW_VERSION: ${{ steps.bump_version.outputs.new_version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: .github/scripts/generate-changelog.sh
- name: Get the latest commit hash and version tag