Skip to content

Commit

Permalink
update release file
Browse files Browse the repository at this point in the history
  • Loading branch information
phofmeier committed Jul 27, 2024
1 parent 9129d60 commit 2f22e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: ./CHANGELOG.md
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.changelog_reader.outputs.version }}
release_name: Release ${{ steps.changelog_reader.outputs.version }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![Pre Commit](https://github.com/phofmeier/mqtt2db/actions/workflows/pre-commit.yml/badge.svg)
![Unit Tests](https://github.com/phofmeier/mqtt2db/actions/workflows/unittests.yml/badge.svg)
[![Dependabot Updates](https://github.com/phofmeier/mqtt2db/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/phofmeier/mqtt2db/actions/workflows/dependabot/dependabot-updates)

# MQTT2DB

Expand Down

0 comments on commit 2f22e62

Please sign in to comment.