Update buildAndDeploy.yml

Obviously if we want to test this it can't be only on tags...
This commit is contained in:
Yair Morgenstern 2021-07-02 12:25:32 +03:00 committed by GitHub
parent a1da9598bd
commit 4d6942a6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ jobs:
mv desktop/build/libs/Unciv.jar deploy/Unciv.jar
- name: Read release.md and use it as a body of new release
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
id: read_release
shell: bash
run: |