Skip to content

Commit 35b66b0

Browse files
authored
Merge pull request #6 from HSG-Library/develop
Release 2021.11.23
2 parents 52757e1 + 7d85a8a commit 35b66b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tag_create_release_package.yml renamed to .github/workflows/main_create_release_package.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create release package on tag
1+
name: Create release package on push to main
22

33
on:
44
push:
@@ -27,8 +27,13 @@ jobs:
2727
npm ci
2828
gulp -f gulpfile-ci.js create-package --view ${{ env.PACKAGE_NAME }}
2929
30+
- name: Set timezone
31+
uses: szenius/set-timezone@v1.0
32+
with:
33+
timezoneLinux: 'Europe/Zurich'
34+
3035
- name: Generate verison name
31-
run: echo "VERSION::v$(date +'%Y.%m.%d-%H%M%S')" >> $GITHUB_ENV
36+
run: echo "VERSION=v$(date +'%Y.%m.%d-%H%M%S')" >> $GITHUB_ENV
3237

3338
- name: Create Release and upload artifact
3439
uses: marvinpinto/action-automatic-releases@latest

0 commit comments

Comments
 (0)