Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger authored Sep 6, 2024
1 parent 0316292 commit 29cc369
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,11 @@ jobs:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup GoReleaser nightly from source
run: go install github.com/goreleaser/goreleaser@962429de067b3f6cde8d377beaf3194b3b258075
- name: Run GoReleaser
run: goreleaser release --clean --timeout 60m
- uses: "goreleaser/[email protected]"
with:
version: "~> 2"
args: release --clean --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ steps.get_version.outputs.release_version }}
GORELEASER_PREVIOUS_TAG: ${{ steps.get_version.outputs.previous_tag }}
# - uses: "goreleaser/[email protected]"
# with:
# version: nightly
# args: release --clean --timeout 60m
# env:
# GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
# GORELEASER_CURRENT_TAG: ${{ steps.get_version.outputs.release_version }}
# GORELEASER_PREVIOUS_TAG: ${{ steps.get_version.outputs.previous_tag }}

0 comments on commit 29cc369

Please sign in to comment.