mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
fix: follow redirects when fetching changelog
This commit is contained in:
2
.github/workflows/release-addons.yaml
vendored
2
.github/workflows/release-addons.yaml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
env:
|
||||
CHANGELOG_FILE: ${{steps.event_parser.outputs.project}}/CHANGELOG.md
|
||||
run: |
|
||||
curl "${{ steps.event_parser.outputs.changelogUrl }}" > $CHANGELOG_FILE
|
||||
curl -L "${{ steps.event_parser.outputs.changelogUrl }}" > $CHANGELOG_FILE
|
||||
git add $CHANGELOG_FILE
|
||||
- name: Apply release version
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user