Tag 1.5.2

This commit is contained in:
CakeLancelot
2024-04-02 05:12:41 -05:00
parent 01ee292d10
commit b6f676a50f
4 changed files with 5 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
path: dist
publish-release:
if: startsWith(github.ref, 'refs/tags/v')
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
needs: build
@@ -44,4 +44,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}