Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Fix autoreleases
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual-Iron committed Apr 22, 2022
1 parent cbd9566 commit 50d332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
UserInstaller.exe
RwBep.zip
- name: Upload release
if: startsWith(github.ref, 'refs/tags/v' )
if: startsWith(github.ref, 'refs/tags/0.' )
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 50d332a

Please sign in to comment.