Skip to content

Commit

Permalink
Add rush update to wf publish npm yml (#1399)
Browse files Browse the repository at this point in the history
* Add rush update to wf_publish-npm.yml

* Add extra comment to force deploy

* Add rush change
  • Loading branch information
gonzalogarciajaubert authored Apr 19, 2023
1 parent a25cf5a commit 1757402
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/wf_publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
node-version: 16.x
registry-url: https://registry.npmjs.org/

- name: Rush Update
uses: ./.github/actions/call-rush
with:
command: update

- name: Rush Install
uses: ./.github/actions/call-rush
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Add rush update to wf publish npm",
"type": "patch"
}
],
"packageName": "@boostercloud/framework-core"
}
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class GraphqlQueryFilterArgumentsBuilder {
contains: { type: GraphQLString },
isDefined: { type: GraphQLBoolean },
}
// use `name`, `typeGroup` === 'Interface'
// use `name`, `typeGroup` === 'Interface'.
if (name === 'Date')
return {
eq: { type: DateScalar },
Expand Down

0 comments on commit 1757402

Please sign in to comment.