Skip to content

Commit

Permalink
Merge pull request #2434 from Vandita2020/new_release
Browse files Browse the repository at this point in the history
Correcting Git Release
  • Loading branch information
julianwood authored Aug 19, 2024
2 parents 2b5c05b + ef834d7 commit 576130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_update_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create v1.0.0 --generate-notes --prerelease=false
gh release create v1.0.0 --notes "Initial release v1.0.0" --prerelease=false
echo "Release created"
- name: Zip files of folders
Expand Down

0 comments on commit 576130d

Please sign in to comment.