Skip to content

Commit

Permalink
again --
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Sep 27, 2024
1 parent d45f1fc commit 41adc20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ jobs:
- name: Generate release notes
run: |
if [ -d "litentry-collator" ]; then
rm litentry-collator/*.tar.gz
fi
rm litentry-collator/*.tar.gz
./parachain/scripts/generate-release-notes.sh ${{ github.workspace }}/.github/release_notes.md ${{ needs.set-release-type.outputs.release_type }} ${{ env.DIFF_TAG }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 41adc20

Please sign in to comment.