Skip to content

Commit

Permalink
test 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed Aug 17, 2024
1 parent 0aaba53 commit fab1299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} # Try passing PAT directly here
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/convoworks-gpt-${{ env.VERSION }}.zip
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.8.8",
"version": "0.8.9",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
Expand Down

0 comments on commit fab1299

Please sign in to comment.