mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Missing Changelog file
This commit is contained in:
@@ -30,7 +30,7 @@ on:
|
||||
description: 'Update Changelog'
|
||||
type: boolean
|
||||
required: false
|
||||
default: false
|
||||
default: true
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
@@ -59,6 +59,7 @@ jobs:
|
||||
id: get-date
|
||||
run: |
|
||||
echo "date=$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S")" >> $GITHUB_OUTPUT
|
||||
curl https://github.com/nikhilbadyal/docker-py-revanced/blob/changelogs/changelog.md > changelog.md
|
||||
|
||||
- name: Delete Older Releases
|
||||
uses: nikhilbadyal/ghaction-rm-releases@v0.0.1
|
||||
@@ -73,7 +74,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: Build-${{ steps.get-date.outputs.date }}
|
||||
artifactErrorsFailBuild: true
|
||||
bodyFile: changelog.md
|
||||
generateReleaseNotes: true
|
||||
|
||||
- name: Sleep for 10 seconds
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user