From 72e2c2561229dd7dfa8b0342e7298f97d39164ee Mon Sep 17 00:00:00 2001 From: Metalit <48568911+Metalit@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:15:20 -0500 Subject: [PATCH] Fix action again --- .github/workflows/manual-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index a8c7eb1..f25bf9a 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -81,7 +81,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: QPM Publish - uses: Fernthedev/qpm-rust-action@main + uses: Fernthedev/qpm-action@main with: workflow_token: ${{ secrets.GITHUB_TOKEN }} @@ -89,7 +89,7 @@ jobs: eager_publish: true # Will publish the package publish_token: "${{ secrets.QPM_KEY }}" # Token required for authorization publish to qpackages.com - version: "${{ github.event.inputs.version }}" # defaults to qpm-rust version, do not include v + version: "${{ github.event.inputs.version }}" # defaults to qpm version, do not include v tag: "v${{ github.event.inputs.version }}" # set to true if applicable, ASSUMES the file is already a release asset