mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
fix the creds issue in workflow
This commit is contained in:
parent
aba0fc8a45
commit
e8403fe019
25
.github/workflows/update-stable.yml
vendored
25
.github/workflows/update-stable.yml
vendored
@ -15,11 +15,8 @@ jobs:
|
||||
pull-requests: read
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.name 'github-actions[bot]'
|
||||
@ -178,12 +175,12 @@ jobs:
|
||||
git tag -a "$VERSION" -m "Release $VERSION"
|
||||
git push origin "$VERSION"
|
||||
|
||||
- name: Create GitHub Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
VERSION="v${{ steps.bump_version.outputs.new_version }}"
|
||||
gh release create "$VERSION" \
|
||||
--title "Release $VERSION" \
|
||||
--notes "${{ steps.changelog.outputs.content }}" \
|
||||
--target stable
|
||||
# - name: Create GitHub Release
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# run: |
|
||||
# VERSION="v${{ steps.bump_version.outputs.new_version }}"
|
||||
# gh release create "$VERSION" \
|
||||
# --title "Release $VERSION" \
|
||||
# --notes "${{ steps.changelog.outputs.content }}" \
|
||||
# --target stable
|
Loading…
Reference in New Issue
Block a user