Skip to content

Commit

Permalink
fix action name
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Oct 18, 2024
1 parent ec497d4 commit 1c23f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
ref_name: ${{ inputs.ref_name }}
version: ${{ inputs.version }}
generate-artifacts:
needs: get-latest-tag
needs: get-tag-name
runs-on: ubuntu-latest
env:
# Set during setup.
RELEASE_TAG: ${{ needs.get-latest-tag.outputs.tag }}
RELEASE_TAG: ${{ needs.get-tag-name.outputs.tag }}
STATIC_BINARY_NAME: ""
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 1c23f49

Please sign in to comment.