mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-02 12:24:15 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2c9e702639
3
.github/workflows/buildAndDeploy.yml
vendored
3
.github/workflows/buildAndDeploy.yml
vendored
@ -44,12 +44,13 @@ jobs:
|
|||||||
run: ./gradlew tests:test
|
run: ./gradlew tests:test
|
||||||
|
|
||||||
|
|
||||||
|
# RELEASE
|
||||||
|
|
||||||
- name: Get release tag # We can then get the tag using ${{steps.tag.outputs.tag}} as below
|
- name: Get release tag # We can then get the tag using ${{steps.tag.outputs.tag}} as below
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
id: tag
|
id: tag
|
||||||
uses: dawidd6/action-get-tag@v1
|
uses: dawidd6/action-get-tag@v1
|
||||||
|
|
||||||
# RELEASE
|
|
||||||
|
|
||||||
- name: Read release.md and use it as a body of new release. This will fail for patch releases, since they have no readme.
|
- name: Read release.md and use it as a body of new release. This will fail for patch releases, since they have no readme.
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
Loading…
Reference in New Issue
Block a user