Skip to content

Commit

Permalink
testing workflow works
Browse files Browse the repository at this point in the history
  • Loading branch information
jckras committed Oct 7, 2024
1 parent 8bc8dd9 commit 2f7c510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/viam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
# note: you can replace this line with 'version: ""' if you want to test the build process without deploying
# version: ${{ github.ref_name }}
version: 2.0.5-rc1
version: 2.0.5-rc2
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -e

UNAME=$(uname -s)

echo "Current Directory: $(pwd)"
echo "Checking for virtual environment folder..."

Expand Down

0 comments on commit 2f7c510

Please sign in to comment.