Skip to content

Commit

Permalink
fix: spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwheels94 committed Jan 11, 2024
1 parent c706307 commit d3d4d8d
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 @@ -32,7 +32,7 @@ jobs:
name: semantic-release-version-retrieval
runs-on: ubuntu-22.04
outputs:
varsion: ${{ steps.set_var.outputs.version }}
version: ${{ steps.set_var.outputs.version }}
steps:
- uses: actions/checkout@v3
- run: npm i -g @lytejs/mesh@beta
Expand Down

0 comments on commit d3d4d8d

Please sign in to comment.