Skip to content

Commit

Permalink
Update release-branch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidapaulopt committed Nov 23, 2024
1 parent c87b416 commit 4d12107
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ permissions:
issues: write
id-token: write

defaults:
run:
working-directory: ./app

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,7 +55,7 @@ jobs:
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: "~> v2"
args: release -f ${{ github.workspace }}/.goreleaser-branch.yaml --clean
args: release -f .goreleaser-branch.yaml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_PASSWORD: $${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 4d12107

Please sign in to comment.