Skip to content

Commit

Permalink
Merge pull request #21 from betadots/testing
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
rwaffen authored May 31, 2024
2 parents 03ea0be + c565861 commit 22e3202
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 22e3202

Please sign in to comment.