Skip to content

Commit

Permalink
ci: patch yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jan 31, 2022
1 parent 97af3ae commit e80e564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Get Version
id: get-version
run: echo ::set-output name=version::$(gradle --console=plain -q printVersion')
run: echo ::set-output name=version::$(gradle --console=plain -q printVersion)

- name: Release Assets
id: upload-release-assets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get Version
id: get-version
run: echo ::set-output name=version::$(gradle --console=plain -q printNpmVersion')
run: echo ::set-output name=version::$(gradle --console=plain -q printNpmVersion)

- name: Restore NPM Dependencies
id: restore-npm-dependencies
Expand Down

0 comments on commit e80e564

Please sign in to comment.