mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
fixing syntax
This commit is contained in:
parent
ce31913e91
commit
da9a5414bb
@ -23,7 +23,7 @@ steps:
|
||||
displayName: 'Setting packageVersion'
|
||||
|
||||
- script: |
|
||||
echo "package version: ${{ packageVersion }}"
|
||||
echo "package version: ${ packageVersion }"
|
||||
echo "package version: $(packageVersion)"
|
||||
exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user