chore: update build workflow to create GitHub releases and modify publish settings
This commit is contained in:
10
build-and-publish.sh
Normal file
10
build-and-publish.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set GitHub token for publishing
|
||||
export GH_TOKEN="ghtoken"
|
||||
|
||||
# Run the build and publish
|
||||
npm run build
|
||||
|
||||
# Exit with the build's exit code
|
||||
exit $?
|
||||
Reference in New Issue
Block a user