Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
git commit -m "chore: Update artifacts [skip-ci]" --allow-empty
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Push updated artifacts
uses: ad-m/github-push-action@57116acb309081ee57864270b0e3c4cedbe45452
uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599
with:
github_token: ${{ secrets.PUBLISH_TOKEN }}
- name: Create tag
Expand Down
Loading