diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8eb986..1cdb37e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,8 @@ jobs: - name: Update version and date in file run: | # Get the version from the output of the Semantic Release step - VERSION=${{ steps.semantic.outputs.new_release_published }} +# VERSION=${{ steps.semantic.outputs.new_release_published }} + VERSION=v1.3.1 # Get the current date DATE=$(date +%Y-%m-%d)