Skip to content

Commit

Permalink
Fix release (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Jun 13, 2023
1 parent cbb96b7 commit 8e88bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
# cat build/*.md

- name: Publish github release
if: matrix.artifact.type == 'mainnets'
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
body_path: "template-release.md"
Expand All @@ -257,7 +257,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish github release
if: matrix.artifact.type == 'testnets'
if: startsWith(github.ref, 'refs/tags/pango')
uses: softprops/action-gh-release@v1
with:
body_path: "template-release.md"
Expand Down

0 comments on commit 8e88bf3

Please sign in to comment.