diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index fd07b27c..1612995f 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -66,7 +66,7 @@ jobs: rl-wrapper \ --artifact "$(pwd)/auth0-react.tgz" \ --name "${{ github.event.repository.name }}" \ - --version "${{ steps.get_version.outputs.version }}" \ + --version "${{ env.version }}" \ --repository "${{ github.repository }}" \ --commit "${{ github.sha }}" \ --build-env "github_action"