ci: fix action url
Some checks failed
Release / release (release) Failing after 4m40s
Test / test-cache (ubuntu-latest) (push) Failing after 5m16s

This commit is contained in:
Naxdy 2024-09-01 13:51:21 +02:00
parent 5121b742ce
commit 81793b07ae
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -26,6 +26,6 @@ jobs:
- name: Build - name: Build
run: pnpm install && pnpm build run: pnpm install && pnpm build
- uses: JasonEtco/build-and-tag-action@v2 - uses: https://github.com/JasonEtco/build-and-tag-action@v2
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}