Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NostraThomas99 committed Mar 28, 2024
1 parent 476dda3 commit 155b7bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish
on:
push:
tags:
- 'v*.*.*.*'
- '*.*.*.*'
jobs:
Build:
permissions:
Expand Down Expand Up @@ -53,8 +53,6 @@ jobs:
with:
files: ./build/RotationSolver.zip
token: ${{ secrets.GITHUB_TOKEN }}
name: RotationSolverReborn ${{ env.tag }}
tag_name: ${{ env.tag }}
draft: false
make_latest: ${{ env.branch == 'latest' }}
prerelease: ${{ env.branch == 'testing' }}
Expand Down

0 comments on commit 155b7bb

Please sign in to comment.