Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalsim committed Jul 25, 2024
1 parent 8fa2098 commit ea3b075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ cd /path/to/your/project
zip -r release.zip . -i "dist/*.js" "dist/*.css" "dist/*.json"

# Create a new GitHub release
gh release create "$NEW_TAG" ./release.zip -t "dev release" -n "Automated release based on latest commit" -R owner/repo
gh release create "$NEW_TAG" ./release.zip -t "dev release" -n "Automated release based on latest commit"

0 comments on commit ea3b075

Please sign in to comment.