checkout code before trying to get the current repo's commit lol
parent
bf5326ec87
commit
1bf31c91b6
|
|
@ -199,6 +199,8 @@ jobs:
|
|||
- macos_release
|
||||
- release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get version info
|
||||
id: version_info
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -272,6 +272,8 @@ jobs:
|
|||
- macos_release
|
||||
- release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get version info
|
||||
id: version_info
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue