diff --git a/.github/workflows/set-version.yml b/.github/workflows/set-version.yml index 0e85ff2..d0adc22 100644 --- a/.github/workflows/set-version.yml +++ b/.github/workflows/set-version.yml @@ -37,7 +37,7 @@ jobs: id: git_cliff with: config: cliff.toml - args: latest..v${{ steps.auto_commit_action.outputs.commit_hash }} --tag v${{ steps.split_version.outputs.version }} + args: --latest --tag v${{ steps.split_version.outputs.version }} - name: Create release tag uses: rickstaa/action-create-tag@v1 diff --git a/internal/constants/version.go b/internal/constants/version.go index cbb2bf3..471d883 100644 --- a/internal/constants/version.go +++ b/internal/constants/version.go @@ -1,3 +1,3 @@ package constants -const VERSION = "v1.0.1" +const VERSION = "v1.0.0"