Skip to content

Commit

Permalink
need to calculate the version number again
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoigt-sag authored Jan 6, 2023
1 parent 9cb1740 commit 6fa5d1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
needs: build_upload
if: github.ref == 'refs/heads/main'
steps:
- name: get versionnumber
run: |
SIMULATOR_VERSION=$(expr ${{ env.BUILD_OFFSET }} + ${GITHUB_RUN_NUMBER})
echo "RELEASE_VERSION=${SIMULATOR_VERSION}" >> $GITHUB_ENV
- name: Create Release
uses: actions/[email protected]
id: create_release
Expand Down

0 comments on commit 6fa5d1d

Please sign in to comment.