Skip to content

Commit

Permalink
XDR-5434: Fix syntax error (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardSetho committed Jan 18, 2024
1 parent ed5211b commit dbaed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
semantic-release:
runs-on: ubuntu-latest
environment: ${{ inputs.environment } }
environment: ${{ inputs.environment }}
outputs:
semver: ${{ steps.get-semver.outputs.semver }}
steps:
Expand Down

0 comments on commit dbaed31

Please sign in to comment.