Skip to content

Commit 5932685

Browse files
Review feedback
1 parent 1a4c34c commit 5932685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Version output
3838
id: version-output
3939
env:
40-
INPUT_VERSION: ${{inputs.version}}
40+
INPUT_VERSION: ${{ inputs.version }}
4141
run: |
4242
if [[ "${INPUT_VERSION}" == "latest" || "${INPUT_VERSION}" == "" ]]; then
4343
VERSION=$(curl "https://api.github.com/repos/bitwarden/server/releases" | jq -c '.[] | select(.tag_name) | .tag_name' | head -1 | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')

0 commit comments

Comments
 (0)