Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiarmis committed Jan 28, 2025
1 parent a25b9eb commit 5bad9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: echo "VERSION=v$(poetry version -s)" >> $GITHUB_ENV

- name: Check if release exists
id: check-release-exists
uses: f2calv/gha-check-release-exists@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "armis_sdk"
version = "0.1.1"
version = "0.1.0"
description = ""
authors = [
{ name = "Shai Lachmanovich", email = "[email protected]" },
Expand Down

0 comments on commit 5bad9d4

Please sign in to comment.