Skip to content

Commit

Permalink
chore(workflow): 👷 added check for prerelease to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Sep 2, 2024
1 parent bb0d8a9 commit 4d157b3
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 @@ -74,6 +74,7 @@ jobs:
with:
name: v${{ steps.rimage-meta.outputs.version }}
body_path: RELEASE_NOTES.txt
prerelease: ${{ contains(steps.rimage-meta.outputs.version, 'next') }}
files: |
target/*.zip
target/*.tar.gz

0 comments on commit 4d157b3

Please sign in to comment.