Skip to content

Commit d4225de

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 40f190a + d1c2aed commit d4225de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ jobs:
4949
- uses: actions/checkout@v2
5050
with:
5151
fetch-depth: 0
52+
- uses: c-py/action-dotenv-to-setenv@v2
53+
with:
54+
env-file: .github/variables/.env
55+
- uses: FranzDiebold/github-env-vars-action@v2 #https://github.com/marketplace/actions/github-environment-variables-action
56+
57+
- name: Set buid version number env variables
58+
run: .github/scripts/set_version_numbers_env.sh
59+
5260
- name: Update project version & build number in source code and documentation
5361
run: .github/scripts/update_project_version.sh
5462

0 commit comments

Comments
 (0)