Compare commits
2 Commits
5ab1589609
...
v0.1.100
| Author | SHA1 | Date | |
|---|---|---|---|
| 2923407e90 | |||
| ee5844f603 |
@@ -19,7 +19,7 @@ jobs:
|
|||||||
tag_name: ${{ steps.bump-tag.outputs.new_tag }}
|
tag_name: ${{ steps.bump-tag.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: false
|
lfs: false
|
||||||
- name: Remove buggy pre-push hook
|
- name: Remove buggy pre-push hook
|
||||||
@@ -80,7 +80,9 @@ jobs:
|
|||||||
|
|
||||||
Export:
|
Export:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: BumpTag
|
needs:
|
||||||
|
- BumpTag
|
||||||
|
- Test # Wait for tests to finish
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.5
|
image: barichello/godot-ci:mono-4.5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user