We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbadcf6 commit b583a55Copy full SHA for b583a55
README.md
@@ -33,7 +33,6 @@ jobs:
33
# if: github.event_name == 'release' # <-- once the action is working, uncomment this so you only upload on release
34
with:
35
module-path: module.tar.gz
36
- org-id: your-org-id-uuid # <-- replace with your org ID. not required for public modules
37
platform: linux/amd64 # <-- replace with your target architecture, or your module will not deploy
38
version: ${{ github.event_name == 'release' && github.ref_name || format('0.0.0-{0}.{1}', github.ref_name, github.run_number) }} # <-- see 'Versioning' section below for explanation
39
key-id: ${{ secrets.viam_key_id }}
0 commit comments