fix releases

This commit is contained in:
olebeck 2022-12-15 20:21:33 +01:00
parent 54393d7f1d
commit c764885f26
1 changed files with 5 additions and 0 deletions

View File

@ -51,8 +51,13 @@ jobs:
- name: Deploy with rsync
run: rsync -avz ./public/ olebeck@${{ secrets.SSH_HOST }}:/var/www/updates/bedrocktool/
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.previoustag.outputs.tag }}
files: dist/*
prerelease: false