Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Apr 16, 2024
1 parent 908cd94 commit 516201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
uses: Lomray-Software/vite-ssr-boost/.github/workflows/ssr-boost-release.yml@prod
with:
has-release-asset: true
node-version: ${{ needs.prepare.outputs.node-version }}
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
node-version: ${{ needs.prepare.outputs.node-version }}

# inject actual version to app
inject-version:
Expand Down

0 comments on commit 516201e

Please sign in to comment.