Skip to content

Commit

Permalink
chore: github actions releases
Browse files Browse the repository at this point in the history
  • Loading branch information
edayot committed Jun 21, 2024
1 parent 112186c commit 66eb7e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
paths:
- 'docs/**'
- 'pyproject.toml'
release:
types: [published]



Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ jobs:
exit;
fi
- name: Push to smithed
continue-on-error: true
run: poetry run python .github/workflows/push-to-smithed.py
env:
SMITHED_UID: ${{ secrets.SMITHED_UID }}
SMITHED_TOKEN: ${{ secrets.SMITHED_TOKEN }}
- name: Push to Modrinth
continue-on-error: true
run: poetry run python .github/workflows/push-to-modrinth.py
env:
MODRINTH_AUTH_TOKEN: ${{ secrets.MODRINTH_AUTH_TOKEN }}

0 comments on commit 66eb7e5

Please sign in to comment.