Skip to content

Commit

Permalink
misc: fix ref for manual actions
Browse files Browse the repository at this point in the history
[no ci] [skip ci]
  • Loading branch information
revam committed Mar 29, 2023
1 parent 71f1478 commit 727ff1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: release_info
uses: revam/gh-action-get-tag-and-version@v1
with:
tag: "${{ github.ref }}"
tag: "${{ github.event.inputs.ref }}"
prefix: v
prefixRegex: "[vV]?"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tray-standalone-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: release_info
uses: revam/gh-action-get-tag-and-version@v1
with:
tag: "${{ github.ref }}"
tag: "${{ github.event.inputs.ref }}"
prefix: v
prefixRegex: "[vV]?"

Expand Down

0 comments on commit 727ff1a

Please sign in to comment.