Skip to content

Commit

Permalink
Properly reference release_version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra authored Jul 2, 2024
1 parent e06b06f commit bf3582a
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 @@ -8,10 +8,10 @@ on:
required: true

jobs:
Release new plugin version:
Release-new-plugin-version:
runs-on: ubuntu-latest
env:
RELEASE_VERSION: ${{ release_version }}
RELEASE_VERSION: ${{ inputs.release_version }}
GRADLE_KEY: ${{ secrets.GRADLE_KEY }}
GRADLE_SECRET: ${{ secrets.GRADLE_SECRET }}
steps:
Expand Down

0 comments on commit bf3582a

Please sign in to comment.