Skip to content

Commit

Permalink
fix github
Browse files Browse the repository at this point in the history
  • Loading branch information
jckras committed Oct 7, 2024
1 parent 7265d99 commit b17a516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/viam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: viamrobotics/build-action@v1
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.1
version: ${{ github.ref_name }}
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit b17a516

Please sign in to comment.