Skip to content

Commit

Permalink
release latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Mar 17, 2023
1 parent 77eee2f commit ea1949d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
set INFINISPAN_VERSION=14.0.6.Final
set CLIENT_VERSION=%GITHUB_REF_NAME%
build.bat
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
- if: ${{ github.event_name == 'push' }}
uses: ncipollo/release-action@v1
with:
artifacts: "build_win/*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
tag: mail-latest
tag: ${{ GITHUB_REF_NAME }}-latest

0 comments on commit ea1949d

Please sign in to comment.