Skip to content

Commit

Permalink
Use the GitHub Actions run number
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent 5858571 commit 56473c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/osx/build.sh
Expand Up @@ -26,8 +26,8 @@ if [ ! -e "$HOOK" ]; then
exit 1
fi

if [ -n "$TRAVIS_BUILD_NUMBER" ]; then
VERSION="$VERSION.$TRAVIS_BUILD_NUMBER"
if [ -n "$GITHUB_RUN_NUMBER" ]; then
VERSION="$VERSION.$GITHUB_RUN_NUMBER"
fi

if [ -e /Volumes/Bipolar ]; then
Expand Down

0 comments on commit 56473c2

Please sign in to comment.