Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston authored Jan 8, 2025
1 parent 847d6d7 commit 58be64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

# To test workflow updates you need to work in a branch directly on viamrobotics/viam-cartographer
# and tag your working branch instead of @main in any viamrobotics/viam-cartographer "uses" below.
# To test workflow updates you need to work in a branch directly on viam-modules/up
# and tag your working branch instead of @main in any viam-modules/up "uses" below.
# Don't forget to tag back to @main before merge.

jobs:
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
platform: ${{ matrix.platform }}
version: ${{ github.ref_name }}
key-id: ${{ secrets.VIAM_DEV_API_KEY_ID }}
key-value: ${{ secrets.VIAM_DEV_API_KEY }}
key-value: ${{ secrets.VIAM_DEV_API_KEY }}

0 comments on commit 58be64a

Please sign in to comment.