We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc8dd9 commit 2f7c510Copy full SHA for 2f7c510
.github/workflows/viam-build.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
# note: you can replace this line with 'version: ""' if you want to test the build process without deploying
15
# version: ${{ github.ref_name }}
16
- version: 2.0.5-rc1
+ version: 2.0.5-rc2
17
ref: ${{ github.sha }}
18
key-id: ${{ secrets.viam_key_id }}
19
key-value: ${{ secrets.viam_key_value }}
run.sh
@@ -2,7 +2,6 @@
2
set -e
3
4
UNAME=$(uname -s)
5
-
6
echo "Current Directory: $(pwd)"
7
echo "Checking for virtual environment folder..."
8
0 commit comments