Skip to content

Commit

Permalink
Add params for the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Jun 9, 2020
1 parent f8ec827 commit 104278a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
GOARCH: amd64
GOOS: linux
PROJECT_NAME: mob
EXTRA_FILES:
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -25,6 +26,7 @@ jobs:
GOARCH: amd64
GOOS: darwin
PROJECT_NAME: mob
EXTRA_FILES:
release-windows-amd64:
name: release windows/amd64
runs-on: ubuntu-latest
Expand All @@ -36,4 +38,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: windows
PROJECT_NAME: mob
PROJECT_NAME: mob
EXTRA_FILES:
2 changes: 1 addition & 1 deletion mob.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"time"
)

const versionNumber = "0.0.22"
const versionNumber = "0.0.20"

var remoteName string // override with MOB_REMOTE_NAME environment variable
var wipCommitMessage string // override with MOB_WIP_COMMIT_MESSAGE environment variable
Expand Down

0 comments on commit 104278a

Please sign in to comment.