Skip to content

Commit

Permalink
Disable tag ref check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanReeve committed Nov 2, 2023
1 parent 1929ed5 commit 44fa925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: "dest/"
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
with:
files: "dest/"
deploy:
Expand Down

0 comments on commit 44fa925

Please sign in to comment.