Skip to content

Commit

Permalink
fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Aug 28, 2024
1 parent 1cf024c commit 858ac6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
body: "Automated release for client version ${{ env.CLIENT_VERSION }}"
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/server_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
body: "Automated release for astra-assistants server ${{ env.SERVER_VERSION }}"
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 858ac6e

Please sign in to comment.