diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6676cf3..a479125 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4-dev0 +current_version = 1.0.4-dev1 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94642d5..0520892 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: branches: ["release"] env: - VERSION: 1.0.4-dev0 + VERSION: 1.0.4-dev1 jobs: release: @@ -23,8 +23,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: $VERSION - release_name: Release $VERSION + tag_name: ${{ env.VERSION }} + release_name: Release ${{ env.VERSION }} draft: false prerelease: false body: | diff --git a/pyproject.toml b/pyproject.toml index d9a2b17..e2e4650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "booty-cli" -version = "1.0.4-dev0" +version = "1.0.4-dev1" description = "" authors = ["Anthony Naddeo "] license = "MIT"