Skip to content

Commit

Permalink
fix: flags
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jan 28, 2023
1 parent e330963 commit ef28bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
go-version: 1.19
- if: startsWith(github.ref, 'refs/tags/a/v')
shell: bash
run: echo "-f ./a/.goreleaser.yml" >> $GITHUB_ENV
run: echo "flags=-f ./a/.goreleaser.yml" >> $GITHUB_ENV
- if: startsWith(github.ref, 'refs/tags/b/v')
shell: bash
run: echo "-f ./b/.goreleaser.yml" >> $GITHUB_ENV
run: echo "flags=-f ./b/.goreleaser.yml" >> $GITHUB_ENV
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
Expand Down

0 comments on commit ef28bc6

Please sign in to comment.