Skip to content

Commit

Permalink
fix: Wire variable to validation correctly (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmandM authored May 15, 2024
1 parent 8bfc986 commit cb3fd6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
outputs:
npm_package_version: ${{ steps.update_version.outputs.version_number }}
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -122,5 +124,5 @@ jobs:

- run: npm ci
- run: npm uninstall ts-mock-imports # Ensure no contamination from existing version
- run: npm install ts-mock-imports@${{ needs.setup.outputs.npm_package_version }}
- run: npm install ts-mock-imports@${{ needs.create-release.outputs.npm_package_version }}
- run: npm test

0 comments on commit cb3fd6f

Please sign in to comment.