mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
fix: ensure we checkout the repo in the release stage
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -189,6 +189,9 @@ jobs:
|
||||
needs: [build-binary]
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Add SSH deploy key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
@@ -253,6 +256,9 @@ jobs:
|
||||
needs: [build-binary]
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Add SSH deploy key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user