Skip to content

Commit

Permalink
Do not create a github release for snapshot's
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jul 1, 2024
1 parent 57405cf commit 0d2d99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
fail_on_unmatched_files: true
generate_release_notes: true
if: ${{!( endsWith(steps.versioncheck.outputs.version, '-SNAPSHOT')) }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 0d2d99f

Please sign in to comment.