Skip to content

Commit

Permalink
test: fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Feb 14, 2022
1 parent 3b8bfa0 commit af23026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
- name: Release
shell: bash
run: |
make release
git tag "$(svu next)"
git push --tags
goreleaser release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,3 @@ clean: ## Removes build artifacts from source code
update-here: ## Helper target to start editing all occurances with UPDATE_HERE.
@echo "Update following files for release:"
@grep --color -nHR UPDATE_HERE .

.PHONY: release
release: ## Release application
git tag "$(svu next)"
git push --tags
$(GOR) release --rm-dist

0 comments on commit af23026

Please sign in to comment.