Skip to content

Commit

Permalink
fix: added release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Oct 9, 2024
1 parent d2f5fc0 commit e85336d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,13 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
dry_run: true
changelog_increment_filename: release.md
- name: Bundle the module
run: tar czf ${{ steps.bump.outputs.version }}.tar.gz ${{ matrix.module }}
- name: Create release
uses: softprops/action-gh-release@v2
with:
body_path: release.md
tag_name: ${{ steps.bump.outputs.version }}
files: |
release.md
${{ steps.bump.outputs.version }}.tar.gz
2 changes: 2 additions & 0 deletions aptible/managed_endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ to [Semantic Versioning][semver].

Initial release of the Aptible Managed Endpoint module.

Bump

[changelog]: https://keepachangelog.com/en/1.1.0/
[semver]: https://semver.org/spec/v2.0.0.html

0 comments on commit e85336d

Please sign in to comment.