Skip to content

Commit

Permalink
fix: consistency in how we grab the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStormwood committed Mar 27, 2024
1 parent 32abbfc commit cb53d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
tag_name: ${{ needs.draft_release.outputs.release_version }}
draft: true
files: ${{ steps.repo-name.outputs.repository-name }}.zip
files: ${{ github.event.repository.name }}.zip

make_release:
needs: [draft_release, generate_output]
Expand Down

0 comments on commit cb53d91

Please sign in to comment.