Skip to content

Commit

Permalink
workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SemProvoost committed Nov 26, 2024
1 parent 09c5e99 commit e4f71fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release test
on:
push:
branches:
- dont-make-peopleapacheorg-apicalls
on: workflow_dispatch

env:
GO_VERSION: '1.22'
Expand Down Expand Up @@ -35,7 +32,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: v2.1.0
args: release -f=${{ inputs.goreleaser_config}} ${{ inputs.goreleaser_options}}
args: release -f=goreleaser.yml --clean --timeout 90m
env:
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}
TMPDIR: "tmp"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: v2.1.0
args: release -f=${{ inputs.goreleaser_config}} ${{ inputs.goreleaser_options}}
args: release -f=goreleaser.yml --clean --timeout 90m
env:
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}
TMPDIR: "tmp"
Expand Down

0 comments on commit e4f71fd

Please sign in to comment.