Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build provider-agent binaries on tag push and attach to a GitHub Release.
# Build usepod-agent binaries on tag push and attach to a GitHub Release.
#
# Trigger: tags matching `v*` (e.g. `v0.1.2`).
# Outputs: per-platform binaries + matching `<asset>.sha256` files attached
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
uses: softprops/action-gh-release@v3.0.0
with:
tag_name: ${{ github.ref_name }}
name: provider-agent ${{ needs.resolve-version.outputs.version }}
name: usepod-agent ${{ needs.resolve-version.outputs.version }}
generate_release_notes: true
files: |
dist/usepod-agent-linux-x64
Expand Down