mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 04:21:06 +00:00
fix monthly tags (#8554)
This commit is contained in:
+2
-1
@@ -19,6 +19,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: 'master'
|
ref: 'master'
|
||||||
|
fetch-depth: 0
|
||||||
- name: Generate changelog
|
- name: Generate changelog
|
||||||
id: changelog
|
id: changelog
|
||||||
run: |
|
run: |
|
||||||
@@ -26,7 +27,7 @@ jobs:
|
|||||||
echo "" >> Changelog.md
|
echo "" >> Changelog.md
|
||||||
echo "## Changes since last snapshot (${{ steps.tags.outputs.old }})" >> Changelog.md
|
echo "## Changes since last snapshot (${{ steps.tags.outputs.old }})" >> Changelog.md
|
||||||
echo "" >> Changelog.md
|
echo "" >> Changelog.md
|
||||||
GITHUB_DEPLOY_TOKEN=${{ secrets.GITHUB_TOKEN }} ./.maintain/gitlab/generate_changelog.sh ${{ steps.tags.outputs.old }} >> Changelog.md
|
./.maintain/gitlab/generate_changelog.sh ${{ steps.tags.outputs.old }} >> Changelog.md
|
||||||
- name: Release snapshot
|
- name: Release snapshot
|
||||||
id: release-snapshot
|
id: release-snapshot
|
||||||
uses: actions/create-release@latest
|
uses: actions/create-release@latest
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ $line"
|
|||||||
runtime_changes="$runtime_changes
|
runtime_changes="$runtime_changes
|
||||||
$line"
|
$line"
|
||||||
fi
|
fi
|
||||||
if has_label 'paritytech/substrate' "$pr_id" 'D1-runtime-migration'; then
|
if has_label 'paritytech/substrate' "$pr_id" 'E1-runtime-migration'; then
|
||||||
migrations="$migrations
|
migrations="$migrations
|
||||||
$line"
|
$line"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user