Skip to content

Commit

Permalink
Fix action again
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalit committed Mar 28, 2024
1 parent cabc868 commit 72e2c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ 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 }}

restore: false

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
Expand Down

0 comments on commit 72e2c25

Please sign in to comment.