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

Commit de10682

Browse files
committed
chore: update workflows
1 parent 9c5490d commit de10682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CD-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
context: master/.
1818
tags: premid/api-master
19+
version: ${{ github.sha }}-${{ github.run_number }}
1920
secrets:
2021
GH_NPM_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
2122
permissions:
@@ -27,6 +28,7 @@ jobs:
2728
with:
2829
context: worker/.
2930
tags: premid/api-worker
31+
version: ${{ github.sha }}-${{ github.run_number }}
3032
secrets:
3133
GH_NPM_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
3234
permissions:

0 commit comments

Comments
 (0)