Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4225de

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

File tree

1 file changed

+8
-0
lines changed
Filter options

1 file changed

+8
-0
lines changed

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.