Skip to content

Commit

Permalink
Tag name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bviggiano committed Jul 23, 2024
1 parent 984b4ca commit fa13095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assignment_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create and Upload GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: Ready to distribute Assignments - ${{ github.run_number }}
tag_name: release-${{ github.run_number }}
release_name: Assignment Conversion - ${{ github.run_number }}
body: "The following zip files are the converted versions of the assignments."
draft: false
Expand Down

0 comments on commit fa13095

Please sign in to comment.