Skip to content

Commit

Permalink
Update open-ai-app.yml
Browse files Browse the repository at this point in the history
fine tuning
  • Loading branch information
oliverlabs authored Aug 12, 2023
1 parent 6fe2870 commit 7178504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-ai-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Create GitHub release
run: |
GHJSON=$(gh release create ${{env.templateRelease}} '${{ github.workspace }}/Nextjs-site.zip' -p --generate-notes )
GHJSON=$(gh release create ${{env.templateRelease}} '${{ github.workspace }}/Nextjs-site.zip' --latest --generate-notes )
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down

0 comments on commit 7178504

Please sign in to comment.