Skip to content

Commit

Permalink
added prerelease flag on cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Apr 18, 2023
1 parent de64b58 commit 98e0e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: infinispan-cpp-client-release-9.3
env:
ISPN_VER: "14.0.6.Final"
CLIENT_VERSION: ${{ github.event.release.tag_name }}
on:
push:
tags:
Expand Down Expand Up @@ -91,3 +90,5 @@ jobs:
artifacts: "build_win/*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
if: ! endsWith(${{ env.GITHUB_REF_NAME }}, 'Final')
prerelease: true

0 comments on commit 98e0e22

Please sign in to comment.