Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a5b264

Browse files
committed
The env are not set for archives files.
Between each job looks like all settings and env needs to be set again.
1 parent 4515e0b commit 1a5b264

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.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)