Skip to content

Commit

Permalink
release filter
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Oct 17, 2023
1 parent fe0b7aa commit 789984e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

- name: Build filter
run: go build -v ./filter/...
- name: Test filter
run: go test -v ./filter/...
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tasks:
prompt: "Creating and pushing tag {{.VERSION}}. Are you sure?"
cmds:
- 'git tag {{.VERSION}}'
- 'git tag filter/{{.VERSION}}'
- 'git push --tags'
requires:
vars: [VERSION]
Expand Down

0 comments on commit 789984e

Please sign in to comment.