Skip to content

Commit

Permalink
Fix github action release (test 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Nov 22, 2024
1 parent 85fb58d commit d8bf48c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,24 @@ jobs:
name: changelog
path: DRAFT_CHANGELOG.md

- name: Download Bundle artifacts
uses: actions/download-artifact@v4
with:
name: bundle
path: bundle.zip

- name: Download Module artifacts
uses: actions/download-artifact@v4
with:
name: modules
path: modules.zip

- name: Download Package artifacts
uses: actions/download-artifact@v4
with:
name: package
path: package.zip

- name: Create Release
id: create_release
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __DATE__
## Unreleased

<https://github.com/IGNF/geopf-extensions-openlayers/compare/1.0.0-beta.O...HEAD>
<https://github.com/IGNF/geopf-extensions-openlayers/compare/1.0.0-beta.0...HEAD>

## 🎉 Summary

Expand Down

0 comments on commit d8bf48c

Please sign in to comment.