projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560813e
)
fix typo
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 4 Sep 2024 08:00:32 +0000
(10:00 +0200)
committer
GitHub
<noreply@github.com>
Wed, 4 Sep 2024 08:00:32 +0000
(10:00 +0200)
.github/workflows/release.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/release.yml
b/.github/workflows/release.yml
index 2932436e59f518287fd8fb15fffed26a4e96c39d..199b272c21548c5c0207eae8b61892324c1d43f9 100644
(file)
--- a/
.github/workflows/release.yml
+++ b/
.github/workflows/release.yml
@@
-24,7
+24,7
@@
jobs:
id: vars
run: >-
if [[ "${{ inputs.dev_version }}" ]]; then
- echo "tag=${dev_version}.dev$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
+ echo "tag=${
inputs.
dev_version}.dev$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
else
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
fi