Skip to content

Commit

Permalink
Update release file again
Browse files Browse the repository at this point in the history
  • Loading branch information
bdalpe committed Jan 30, 2023
1 parent d722785 commit 67d069a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Release
if: ${{ success() }}
id: release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@v1
with:
prerelease: ${{ contains(github.ref, 'RC') || contains(github.ref, 'TC') }}
files: /tmp/${{ github.event.repository.name }}-${{ env.GITHUB_SHA_SHORT }}-${{ env.GITHUB_REF_SLUG_CS }}.crbl

0 comments on commit 67d069a

Please # to comment.