Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit a316a17

Browse files
committed
working on ci
1 parent 6d48794 commit a316a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ script:
3939
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then yarn run make; else docker run --rm -it -e "GITHUB_TOKEN=$GITHUB_TOKEN" -v $(pwd):/code kriskbx/gtt-taskbar-builder ./build.sh; fi
4040

4141
after_success:
42-
- if [ -n "$TRAVIS_TAG" ]; then yarn run publish; fi
42+
- if [ -n "$TRAVIS_TAG" ]; then yarn run publish github; fi

0 commit comments

Comments
 (0)