From 8c3ca3bd2930881923cffee1778e2b7180e04fb9 Mon Sep 17 00:00:00 2001 From: programmingAthlete Date: Tue, 25 Oct 2022 15:22:46 +0200 Subject: [PATCH] pkg version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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