Skip to content

Commit

Permalink
finalize github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucat1 committed Dec 7, 2023
1 parent c76c365 commit 223f528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
name: ${{ matrix.platform.name }}
path: "server*"
if: github.ref == 'refs/tags/test-release'
if: startsWith( github.ref, 'refs/tags/v' )
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 223f528

Please sign in to comment.