Skip to content

Commit acbd8bc

Browse files
authored
Update tag reference in push workflow
1 parent 3e26058 commit acbd8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.event_name != 'pull_request' }}
3131
with:
3232
name: postgrest
33-
tag: ${{ github.ref }}
33+
tag: ${{ github.ref_name }}
3434
repository: ${{ github.repository }}
3535
registry: ${{ env.REGISTRY }}
3636
registry_username: ${{ github.actor }}

0 commit comments

Comments
 (0)