Skip to content

Commit

Permalink
Updated create-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bviggiano committed Jul 23, 2024
1 parent 616a6cc commit 986867d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.run_number }}
release_name: Release v${{ github.run_number }}
body: "These zip files contain assignment versions that are ready to be distributed to students."
body: "These zip files contain versions of the assignments that are ready to be distributed to students."
draft: false
prerelease: false

Expand Down

0 comments on commit 986867d

Please sign in to comment.