Skip to content

Commit

Permalink
[semver:minor] fix wrong param and publish new version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Mar 16, 2022
1 parent 8fcfd6c commit ee33e1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>
version: 2.1

orbs:
nx: nrwl/nx@1.1.4
nx: nrwl/nx@1.2.0

jobs:
checks:
Expand Down
4 changes: 2 additions & 2 deletions src/examples/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
usage:
version: 2.1
orbs:
nx: nrwl/nx@1.1.4
nx: nrwl/nx@1.2.0
jobs:
build:
docker:
Expand All @@ -19,7 +19,7 @@ usage:
- nx/set-shas:
main-branch-name: "master"
error-on-no-successful-workflow: true
workflow: "nx-pipeline"
workflow-name: "nx-pipeline"
- run:
name: Run Builds
command: yarn nx affected --target=build --base=$NX_BASE
Expand Down
2 changes: 1 addition & 1 deletion src/examples/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
nx: nrwl/nx@1.1.4
nx: nrwl/nx@1.2.0
jobs:
build:
docker:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: >
usage:
version: 2.1
orbs:
nx: nrwl/nx@1.1.4
nx: nrwl/nx@1.2.0

0 comments on commit ee33e1d

Please sign in to comment.