mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
6 lines
94 B
Bash
6 lines
94 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [[ $GITHUB_TOKEN ]]; then
|
||
|
npm run prebuild-release -- -u "$GITHUB_TOKEN"
|
||
|
fi
|