Skip to content

Commit

Permalink
Merge pull request #18 from fdm-monster/fix17-bug-publish-to-npm-and-…
Browse files Browse the repository at this point in the history
…github-releases-workflow-was-incorrectly-checking-wrong-validation-task

fix: release to NPM now checking right prevalidation task name
  • Loading branch information
davidzwa authored Apr 14, 2023
2 parents 80ebe0d + 93cdf61 commit 1bc71e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: checkversion
runs-on: ubuntu-latest
environment: npm-release
if: needs.check.outputs.foundClientVersion == 'false'
if: needs.checkversion.outputs.foundClientVersion == 'false'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 1bc71e3

Please sign in to comment.