Skip to content

Commit

Permalink
issue with patterns and vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Feb 7, 2019
1 parent 1842772 commit 7b01283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ action "check" {
action "release-filter" {
needs = ["check"]
uses = "actions/bin/filter@master"
args = "tag v*"
args = "tag 'v*'"
}

# only release on `v*` tags
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ IS_SNAPSHOT = $(if $(findstring -, $(VERSION)),true,false)
TAG_VERSION = v$(VERSION)

ACT ?= go run -mod=vendor main.go
export GITHUB_TOKEN = $(shell cat ~/.config/github/token)

default: check

Expand Down

0 comments on commit 7b01283

Please sign in to comment.