Skip to content

Commit

Permalink
ci: Fix npm push workflow (#2569)
Browse files Browse the repository at this point in the history
* ci: Fix NPM Push with missing working-directory

Signed-off-by: Danny Chiao <danny@tecton.ai>

* bump files

Signed-off-by: Danny Chiao <danny@tecton.ai>

* bump files

Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia authored Apr 19, 2022
1 parent c8fcc35 commit 8a17041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ jobs:
working-directory: ./ui
run: yarn build:lib
- name: Publish UI package
working-directory: ./ui
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion infra/scripts/release/bump_file_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

USAGE = f"Usage: python {sys.argv[0]} [--help] | current_semver_version new_semver_version]"
VERSIONS_TO_BUMP = 27
VERSIONS_TO_BUMP = 28


def main() -> None:
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feast-dev/feast-ui",
"version": "0.19.0",
"version": "0.20.0",
"private": false,
"files": [
"dist"
Expand Down

0 comments on commit 8a17041

Please sign in to comment.