Skip to content

Commit

Permalink
Merge pull request #365 from sorairolake/remove-get-version-action
Browse files Browse the repository at this point in the history
Remove `battila7/get-version-action`
  • Loading branch information
ducaale committed Apr 29, 2024
2 parents 755e929 + c800858 commit f1fc80a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Expand Up @@ -107,9 +107,6 @@ jobs:
strip "target/${{ matrix.job.target }}/release/xh"
fi
- id: get_version
uses: battila7/get-version-action@v2

- name: Package
shell: bash
run: |
Expand All @@ -118,7 +115,7 @@ jobs:
else
bin="target/${{ matrix.job.target }}/release/xh"
fi
staging="xh-${{ steps.get_version.outputs.version }}-${{ matrix.job.target }}"
staging="xh-${{ github.ref_name }}-${{ matrix.job.target }}"
mkdir -p "$staging"/{doc,completions}
cp LICENSE README.md $bin $staging
Expand Down

0 comments on commit f1fc80a

Please sign in to comment.