diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 76bce82e..96486155 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -7,6 +7,8 @@ on: jobs: build: runs-on: node-01 + permissions: + contents: write steps: - name: Print Tag run: | @@ -32,9 +34,6 @@ jobs: VERSION: ${{github.ref_name}} run: npm run build - - name: Auto Commit - uses: stefanzweifel/git-auto-commit-action@v7 - - name: Package build output run: | cd ./dist