Skip to content

Commit

Permalink
fix: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soumt-r committed Jul 31, 2023
1 parent 9df6065 commit 3397fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./SRTC-windows.zip
tag_name: ${{ github.ref }}
body: |
Release ${{ github.ref }}
"# OSC-SRTC release build"
"this build is generated from the tag ${{ github.ref }}"
4 changes: 2 additions & 2 deletions .github/workflows/test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./SRTC-windows.zip
tag_name: ${{ github.ref }}
body: |
Release ${{ github.ref }}
"# OSC-SRTC test build"
"this build is generated from the tag ${{ github.ref }}"
prerelease: true

0 comments on commit 3397fba

Please sign in to comment.