diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6212fc..492d4d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Check out repo uses: actions/checkout@v2 - name: Get release - run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/tags/} + run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV - name: Login to ghcr.io uses: docker/login-action@v1 with: