Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 21, 2023
1 parent 3e159e4 commit 51db7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Ensure that version was changed
runs-on: ubuntu-latest
outputs:
version: xxx
version: ${{ steps.check_version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: [build]
needs: [build, ensure_version_changed]
if: ${{ needs.ensure_version_changed.outputs.version }}
name: Publish to npm
steps:
Expand Down

0 comments on commit 51db7dc

Please sign in to comment.