Skip to content

Commit

Permalink
Merge pull request #343 from warrensbox/master
Browse files Browse the repository at this point in the history
Test pipeline - automating release
  • Loading branch information
warrensbox committed Apr 1, 2024
2 parents 57773bf + a274df9 commit 4392327
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
# Checkout code from repo
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }} # required for better experience using pre-releases
fetch-depth: '0'
ref: ${{ github.ref_name }} # required for better experience using pre-releases
#fetch-depth: '0'

# Install go
- name: Checkout go
Expand Down Expand Up @@ -55,6 +55,8 @@ jobs:
PRERELEASE: false
DRY_RUN: false
VERBOSE: true
BRANCH_HISTORY: last
TAG_CONTEXT: branch

# Run goreleaser to create new binaries
- name: Run GoReleaser
Expand Down

0 comments on commit 4392327

Please sign in to comment.