We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 476f49b + 2c60a2f commit b9b9327Copy full SHA for b9b9327
1 file changed
.github/workflows/CD-dev.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
context: master/.
18
tags: premid/api-master
19
- version: ${{ github.ref_name }}-${{ github.sha }}-${{ github.run_number }}
+ version: dev-${{ github.sha }}-${{ github.run_number }}
20
secrets:
21
GH_NPM_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
22
permissions:
@@ -28,7 +28,7 @@ jobs:
28
29
context: worker/.
30
tags: premid/api-worker
31
32
33
34
0 commit comments