Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit de16448

Browse files
committed
chore: add ref name
1 parent de10682 commit de16448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CD-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
context: master/.
1818
tags: premid/api-master
19-
version: ${{ github.sha }}-${{ github.run_number }}
19+
version: ${{ github.ref_name }}-${{ github.sha }}-${{ github.run_number }}
2020
secrets:
2121
GH_NPM_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
2222
permissions:
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
context: worker/.
3030
tags: premid/api-worker
31-
version: ${{ github.sha }}-${{ github.run_number }}
31+
version: ${{ github.ref_name }}-${{ github.sha }}-${{ github.run_number }}
3232
secrets:
3333
GH_NPM_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
3434
permissions:

0 commit comments

Comments
 (0)