Skip to content

Commit

Permalink
correct script run
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Aug 29, 2023
1 parent 07dba85 commit 828038d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rename-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run yarn
run: yarn --immutable
- name: Run rename script
run: node .github/scripts/rename-release-files.js
run: yarn tsx .github/scripts/rename-release-files.mts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_RELEASE_ID: ${{ github.event.release.id }}

0 comments on commit 828038d

Please sign in to comment.