diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index ec066f1..53553b9 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -51,7 +51,7 @@ jobs: with: context: epoch-server build-args: | - VERSION=${{ github.ref }} + VERSION=${{ github.ref_name }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file