diff --git a/.github/workflows/createrelease.yml b/.github/workflows/createrelease.yml index 86237b392..c3ce373b2 100644 --- a/.github/workflows/createrelease.yml +++ b/.github/workflows/createrelease.yml @@ -48,7 +48,7 @@ jobs: with: context: . push: true - tags: pdimens/harpy:${{ github.ref }} + tags: pdimens/harpy:${{ github.ref_name }} build_tarball: name: Upload Release Tarball runs-on: ubuntu-latest