Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgebal committed Feb 25, 2022
2 parents 40f190a + d1c2aed commit d4225de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -49,6 +49,14 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: c-py/action-dotenv-to-setenv@v2
with:
env-file: .github/variables/.env
- uses: FranzDiebold/github-env-vars-action@v2 #https://github.com/marketplace/actions/github-environment-variables-action

- name: Set buid version number env variables
run: .github/scripts/set_version_numbers_env.sh

- name: Update project version & build number in source code and documentation
run: .github/scripts/update_project_version.sh

Expand Down

0 comments on commit d4225de

Please sign in to comment.