Skip to content

Commit

Permalink
Merge pull request #130 from intergral/build
Browse files Browse the repository at this point in the history
fix(build): update release build to attach version
  • Loading branch information
Umaaz authored May 23, 2024
2 parents ecd99f6 + a46c9f4 commit 3253829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:

JavaSite:
runs-on: ubuntu-latest
env:
VERSION: ${{ github.ref_name }}

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3253829

Please sign in to comment.