Skip to content

Commit

Permalink
testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
jckras committed Oct 7, 2024
1 parent 4091307 commit b75ee27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/viam-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# see https://github.com/viamrobotics/build-action for help
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
# tags:
# - '[0-9]+.[0-9]+.[0-9]+'

jobs:
publish:
Expand All @@ -12,7 +12,8 @@ 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: ${{ github.ref_name }}
version: 2.0.6-rc3
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit b75ee27

Please sign in to comment.