diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 440499d..866be26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,4 +38,4 @@ jobs: run: npm publish --tag $VERSION env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - VERSION: ${{ steps.latest.ouputs.release }} + VERSION: ${{ steps.latest.outputs.release }}