Skip to content

Commit

Permalink
add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Oct 3, 2022
1 parent 90105a4 commit c8415c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
run: hatch run released:test
if: github.event_name == 'tags'
- name: Publish to mainline
run: hatch publish
run: hatch publish --user ${{secrets.HATCH_INDEX_USER}} --auth ${{secrets.HATCH_INDEX_AUTH}}
if: github.event_name == 'release'

0 comments on commit c8415c8

Please sign in to comment.