Skip to content

Commit

Permalink
attempt at not getting 'dirty' state anymore in included job
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Mar 21, 2024
1 parent 1d747dd commit 7c931c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Download goreleaser config
run: curl -o .goreleaser.yaml https://raw.githubusercontent.com/fortio/workflows/main/goreleaser.yaml
run: |
mkdir ../cfg
curl -o ../cfg/goreleaser.yaml https://raw.githubusercontent.com/fortio/workflows/main/goreleaser.yaml
- name: "GoReleaser Action"
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # [email protected]
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --config ../cfg/goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
TAP_DESCRIPTION: ${{ inputs.description }}

0 comments on commit 7c931c4

Please sign in to comment.