Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed May 31, 2024
1 parent 03ea0be commit c565861
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ jobs:
if: steps.check_file.outputs.RELEASE_YML_MISSING == 'true'
with:
repository: "${{ github.repository_owner }}/.github"
path: upstream
sparse-checkout: config/release.yml
sparse-checkout: .github/release.yml
sparse-checkout-cone-mode: false

- name: Kopiere release.yml (falls vorhanden)
if: steps.check_file.outputs.RELEASE_YML_MISSING == 'true'
run: |
cp upstream/config/release.yml .github/release.yml
- name: list files
run: find .

- name: Create Release Page
shell: bash
Expand Down

0 comments on commit c565861

Please sign in to comment.