Spaces:
Running
Running
Andrea MH
commited on
Update release_to_public.yml
Browse files
.github/workflows/release_to_public.yml
CHANGED
@@ -14,7 +14,7 @@ permissions:
|
|
14 |
jobs:
|
15 |
export_pr:
|
16 |
runs-on: ubuntu-latest
|
17 |
-
if: startsWith(github.ref, 'refs/tags/release')
|
18 |
|
19 |
steps:
|
20 |
# Step 1: Checkout the current repository
|
|
|
14 |
jobs:
|
15 |
export_pr:
|
16 |
runs-on: ubuntu-latest
|
17 |
+
if: startsWith(github.ref, 'refs/tags/release')
|
18 |
|
19 |
steps:
|
20 |
# Step 1: Checkout the current repository
|