Skip to content

Commit

Permalink
fix: error and alert handling (#25)
Browse files Browse the repository at this point in the history
* fix: fmt in justfile

* fix: run fmt

* fix: run fmt

* bump version

* fix: semantiv versioning
  • Loading branch information
seblum authored Jul 3, 2024
1 parent 70a2337 commit 516d949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tags: ["latest","${{ needs.get-tag.outputs.PACKAGE_VERSION }}"]
tags: ["latest","v${{ needs.get-tag.outputs.PACKAGE_VERSION }}"]
needs: get-tag
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slotBooker"
version = "2.2.1"
version = "2.2.2"
description = ""
authors = ["Sebastian Blum <hello@seblum.com>"]
packages = [{include = "slotbooker", from = "src"}]
Expand Down

0 comments on commit 516d949

Please sign in to comment.