Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Jan 17, 2021
1 parent 3357c90 commit 2e21afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ USERNAME=$(echo ${TRAVIS_REPO_SLUG} | cut -d"/" -f1)
REPONAME=$(echo ${TRAVIS_REPO_SLUG} | cut -d"/" -f2)

# release
./github-release release \
github-release release \
--user "${USERNAME}" \
--repo "${REPONAME}" \
--tag "${TRAVIS_TAG##*/}" \
Expand Down

0 comments on commit 2e21afb

Please sign in to comment.