diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99bbef7..0a93332 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Set variables id: set-vars run: | - VERSION="1.0.2" + VERSION="1.0.3" GITHUB_REF=${{ github.ref }} BRACH=${GITHUB_REF#refs/heads/} DATE=$(date '+%Y-%m-%dT%H:%M:%S%Z')