Skip to content

Commit

Permalink
ops: attempt to rename release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Jul 11, 2024
1 parent 83c3de7 commit 73bf513
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
# without tail call optimization. I love the js ecosystem.
NO_COLOR: true
run: npm run publish
- run: node .github/util-scripts/rename-release-assets.js
- name: Rename Artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node .github/util-scripts/rename-release-assets.js

release-windows:
runs-on: windows-latest
Expand All @@ -46,4 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NO_COLOR: true
run: npm run publish
- run: node .github/util-scripts/rename-release-assets.js
- name: Rename Artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node .github/util-scripts/rename-release-assets.js

0 comments on commit 73bf513

Please sign in to comment.