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'
|
description: 'Update Changelog'
|
||||||
type: boolean
|
type: boolean
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: true
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref || github.run_id }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
@@ -59,6 +59,7 @@ jobs:
|
|||||||
id: get-date
|
id: get-date
|
||||||
run: |
|
run: |
|
||||||
echo "date=$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S")" >> $GITHUB_OUTPUT
|
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
|
- name: Delete Older Releases
|
||||||
uses: nikhilbadyal/ghaction-rm-releases@v0.0.1
|
uses: nikhilbadyal/ghaction-rm-releases@v0.0.1
|
||||||
@@ -73,7 +74,7 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: Build-${{ steps.get-date.outputs.date }}
|
tag: Build-${{ steps.get-date.outputs.date }}
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: true
|
||||||
bodyFile: changelog.md
|
generateReleaseNotes: true
|
||||||
|
|
||||||
- name: Sleep for 10 seconds
|
- name: Sleep for 10 seconds
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -58,5 +58,5 @@ jobs:
|
|||||||
branch: changelogs
|
branch: changelogs
|
||||||
skip_checkout: true
|
skip_checkout: true
|
||||||
file_pattern: changelog.md
|
file_pattern: changelog.md
|
||||||
commit_message: New Build
|
commit_message: 🚀New Build
|
||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
|||||||
Reference in New Issue
Block a user