Skip to content

Commit

Permalink
Move env out of with block
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Jul 12, 2022
1 parent d1f0ce1 commit 588f3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
version: 1.1.0
arguments: assemble
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
env:
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
- name: Upload assembly
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 588f3d7

Please sign in to comment.