We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40f190a + d1c2aed commit d4225deCopy full SHA for d4225de
.github/workflows/release.yml
@@ -49,6 +49,14 @@ jobs:
49
- uses: actions/checkout@v2
50
with:
51
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
60
- name: Update project version & build number in source code and documentation
61
run: .github/scripts/update_project_version.sh
62
0 commit comments