diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c155d5f..0b76809 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 + semantic-release env: GT_TOKEN: ${{ secrets.GT_TOKEN }} - name: Trigger Ansible Deploy Playbook