diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c155d5f..a72aadb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: - name: Build and Release id: build run: | - npm run semantic-version + npx semantic-release env: GT_TOKEN: ${{ secrets.GT_TOKEN }} - name: Trigger Ansible Deploy Playbook