Fix monthly tags #2 (#8557)

* fix monthly tags

* explicitly set GITHUB_TOKEN

* debug

* Update monthly-tag.yml

* Revert "debug"

This reverts commit 041735d1e5ee78fbb54a841f8fe87a0ba7f1098b and
9ed60840e1647f4e0a5797776a68f0faa0569713
This commit is contained in:
Martin Pugh
2021-04-07 13:24:54 +02:00
committed by GitHub
parent 467f42b5b3
commit dd89d994ce
+2
View File
@@ -22,6 +22,8 @@ jobs:
fetch-depth: 0
- name: Generate changelog
id: changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "# Automatic snapshot pre-release ${{ steps.tags.outputs.new }}" > Changelog.md
echo "" >> Changelog.md