diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml index a0473a93..916c7352 100644 --- a/.github/workflows/autopublish.yml +++ b/.github/workflows/autopublish.yml @@ -13,4 +13,4 @@ jobs: env: GITHUBPACKAGES_USER: ${{ secrets.GITHUBPACKAGES_USER }} GITHUBPACKAGES_PASSWORD: ${{ secrets.GITHUB_TOKEN }} - additional_version: "-$GITHUB_ACTION-$GITHUB_RUN_NUMBER" + additional_version: "-${{ env.GITHUB_ACTION }}-${{ env.GITHUB_RUN_NUMBER }}"