Skip to content

Commit

Permalink
Fix release workflow (#95)
Browse files Browse the repository at this point in the history
* Bump version

* Pass GitHub token to release workflow
  • Loading branch information
raviqqe authored Sep 22, 2020
1 parent c784279 commit af3d0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
env:
GIT_USER: ${{ secrets.GIT_USER }}
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
docker:
needs: release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "time"

const (
version = "1.5.0"
version = "1.5.1"
defaultBufferSize = 4096
defaultConcurrency = 512
defaultMaxRedirections = 64
Expand Down

0 comments on commit af3d0d4

Please sign in to comment.