Skip to content

Commit

Permalink
target v1 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 11, 2023
1 parent 5890b47 commit 3ccf2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: echo "your build command goes here" && false # <-- replace this with the command that builds your module's tar.gz
- uses: viamrobotics/upload-module@main
- uses: viamrobotics/upload-module@v1
# if: github.event_name == 'release' # <-- once the action is working, uncomment this so you only upload on release
with:
module-path: module.tar.gz
Expand Down

0 comments on commit 3ccf2b1

Please sign in to comment.