Skip to content

Commit

Permalink
fix: syntax
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 2, 2023
1 parent 829a1b9 commit facb5b6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ permissions:

jobs:
prepare:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
runs-on: ubuntu-latest
steps:
- run: echo "flags=" >> $GITHUB_ENV
- if: startsWith(github.ref, 'refs/tags/v')
run: echo "flags=" >> $GITHUB_ENV
- if: ${{ env.flags }} == ""
run: echo "flags=--snapshot" >> $GITHUB_ENV
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit facb5b6

Please sign in to comment.