diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 01e124f..49758b6 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -18,7 +18,7 @@ jobs: # steps to perform in job steps: - name: Set current date as env variable - run: echo "BUILD_VERSION::v$(date +'%Y%m%d_%H%M')" >> $GITHUB_ENV + run: echo "BUILD_VERSION=v$(date +'%Y%m%d_%H%M')" >> $GITHUB_ENV - name: Checkout code uses: actions/checkout@v2