diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cef2c9..ec497ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.version.output.PK_VERSION }} + tag_name: ${{ steps.version.outputs.PKG_VERSION }} draft: false prerelease: false \ No newline at end of file