Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
escapace committed Aug 26, 2019
1 parent 704872f commit 516c87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
mkdir ~/bin
wget -qO- https://github.com/github/hub/releases/download/v2.12.3/hub-linux-amd64-2.12.3.tgz | tar xvz -C ~/bin --strip=2 --wildcards --no-anchored 'hub*/bin/hub'
~/bin/hub release create -a manage -m "manage ${GITHUB_REF:11}" v${GITHUB_REF:11}
~/bin/hub release create -a manage -m "manage ${GITHUB_REF:11}" -t master v${GITHUB_REF:11}
env:
GITHUB_USER: escapace
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
exit 1
fi

MANAGE_VERSION="v3.4.0"
MANAGE_VERSION="v3.4.1"

MANAGE_IS_CI () {
# Returns 0 if the current environment
Expand Down

0 comments on commit 516c87a

Please sign in to comment.