Skip to content

Commit

Permalink
Use nested clone when creating release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebra authored Mar 5, 2024
1 parent b154f97 commit 1599ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-create-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
shell: bash
run: python3 release_manager.py release ${{ inputs.tag }}
run: python3 ./simple-release-notes/release_manager.py release ${{ inputs.tag }}

clear-candidate:
name: Clear Release Candidate
Expand All @@ -70,4 +70,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
shell: bash
run: python3 release_manager.py candidate clear
run: python3 ./simple-release-notes/release_manager.py candidate clear

0 comments on commit 1599ce8

Please sign in to comment.