Skip to content

Commit

Permalink
Fixed ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Aug 16, 2024
1 parent 02c56b1 commit f0283ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f0283ab

Please sign in to comment.