From e6236112f7e18a2935239e69fef6daffa3d83233 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Tue, 6 Sep 2022 00:44:17 +0200 Subject: [PATCH] forgot to add.. --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92edc42..af0473e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,17 +41,15 @@ jobs: known_hosts: ${{ secrets.KNOWN_HOSTS }} - name: build + id: build run: make -j dists updates - name: Deploy with rsync run: rsync -avz ./public/ olebeck@${{ secrets.SSH_HOST }}:/var/www/updates/bedrocktool/ - - uses: actions-ecosystem/action-get-latest-tag@v1 - id: get-latest-tag - - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: ${{ steps.get-latest-tag.outputs.tag }} + automatic_release_tag: r-${{ steps.build.outputs.tag }} files: dist/* prerelease: false