Skip to content

Commit

Permalink
testing main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jckras authored Oct 2, 2024
1 parent 6842b22 commit 97d9deb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.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]+" # the build-action will trigger on tags with the format 1.0.0
# tags:
# - "[0-9]+.[0-9]+.[0-9]+" # the build-action will trigger on tags with the format 1.0.0

jobs:
publish:
Expand All @@ -13,7 +13,8 @@ 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: ${{ github.ref_name }}
version: "2.0.0-rc" # hard coding for testing
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit 97d9deb

Please sign in to comment.