Skip to content

Commit

Permalink
fix: typo in release workflow (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire authored Nov 8, 2024
1 parent 1d2dd25 commit 1f6c9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "version=$(go mod edit -json | jq -r .Go)" >> "${GITHUB_OUTPUT}"
- name: Compute profiler version
id: profiler-version
run: echo "version= ${{ github.ref_name }}-${GITHUB_SHA::7}.${{ github.run_id }}" >> "${GITHUB_OUTPUT}"
run: echo "version=${{ github.ref_name }}-${GITHUB_SHA::7}.${{ github.run_id }}" >> "${GITHUB_OUTPUT}"

build:
name: Build
Expand Down

0 comments on commit 1f6c9fb

Please sign in to comment.