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