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 }}
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: false
|
||||
- name: Remove buggy pre-push hook
|
||||
@@ -80,7 +80,9 @@ jobs:
|
||||
|
||||
Export:
|
||||
runs-on: ubuntu-latest
|
||||
needs: BumpTag
|
||||
needs:
|
||||
- BumpTag
|
||||
- Test # Wait for tests to finish
|
||||
container:
|
||||
image: barichello/godot-ci:mono-4.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user