Skip to content

Commit

Permalink
pr feedback: fix the version to be the tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinland committed Feb 7, 2025
1 parent c5b7214 commit 2917a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: viamrobotics/build-action@v1
with:
version: ${{ github.ref_name }}
version: ${{ github.event.release.tag_name }}
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit 2917a7e

Please sign in to comment.