We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4c34c commit 5932685Copy full SHA for 5932685
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Version output
38
id: version-output
39
env:
40
- INPUT_VERSION: ${{inputs.version}}
+ INPUT_VERSION: ${{ inputs.version }}
41
run: |
42
if [[ "${INPUT_VERSION}" == "latest" || "${INPUT_VERSION}" == "" ]]; then
43
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