diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index bd904091..23906889 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -32,6 +32,16 @@ jobs: VERSION: ${{github.ref_name}} run: npm run build + - name: Update base + uses: Andro999b/push@v1.3 + with: + message: 'chore: autopublish ${date}' + branch: 'main' + author_email: 'no@example.org' + author_name: 'autobot' + github_token: ${{ secrets.GITHUB_TOKEN }} + + - name: Package build output run: | cd ./dist @@ -43,6 +53,4 @@ jobs: with: server_url: https://git.macniel.online files: | - /tmp/release.zip - ./dist/system.json - + /tmp/release.zip \ No newline at end of file