Skip to content

Commit

Permalink
fix invalid yaml, again
Browse files Browse the repository at this point in the history
  • Loading branch information
levand committed Oct 22, 2022
1 parent 09309d7 commit 2c124a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chroma-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags/')"
with:
tag_name: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release Latest
uses: ncipollo/[email protected]
if: "!startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit 2c124a9

Please sign in to comment.