Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 5b717df

Browse files
authored
Update build-and-deploy-master.yml
1 parent 1924d12 commit 5b717df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: git fetch --prune --unshallow
2727

2828
- name: Hent tag
29-
run: echo "::set-env name=TAG::$(git log -1 --pretty='%ad' --date=format:'%Y.%m.%d.%H%M%S')-$(echo $GITHUB_SHA | cut -c1-7)"
29+
run: echo "::set-env name=TAG::1.1_$(git log -1 --pretty='%ad' --date=format:'%Y%m%d%H%M%S')_$(echo $GITHUB_SHA | cut -c1-7)"
3030
- name: Sette opp Node
3131
uses: actions/setup-node@v1
3232
with:

0 commit comments

Comments
 (0)