Skip to content

Commit

Permalink
Merge pull request #16 from daksh7011/chore/setup_version_from_ci
Browse files Browse the repository at this point in the history
Update project version from env #3
  • Loading branch information
daksh7011 authored Aug 12, 2024
2 parents e44bdf7 + b2234f4 commit 2d0dd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set version to env
run: echo "VERSION=$(echo ${{steps.release_drafter.outputs.name}})" >> $GITHUB_ENV
run: echo "VERSION=$(echo ${{steps.release_drafter.outputs.tag_name}})" >> $GITHUB_ENV

- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 2d0dd7b

Please sign in to comment.