Skip to content

Commit

Permalink
ci: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
matrunchyk committed Apr 8, 2023
1 parent 29bb395 commit 9c5257c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1.12.0
with:
tag: v2.0
name: Release v2.0
tag: latest
name: latest
draft: false
skipIfReleaseExists: true
allowUpdates: true
removeArtifacts: true
prerelease: false
generateReleaseNotes: true
omitBody: true
Expand Down

0 comments on commit 9c5257c

Please sign in to comment.