Skip to content

Commit

Permalink
chore(ci): update release
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Feb 18, 2021
1 parent b6b8c55 commit e074e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
version: latest
install-only: true

- name: Run GoReleaser snapshot
- name: Run GoReleaser
if: success()
run: |
make release
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Get new tags from the remote
git fetch --tags
git fetch --tags -f

# Get the latest tag name
latestTag=$(git describe --tags $(git rev-list --tags --max-count=1))
Expand Down

0 comments on commit e074e6a

Please sign in to comment.