Skip to content

Commit

Permalink
Correct .github/workflows/npm-publish-dev.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 committed Aug 23, 2023
1 parent 6d05695 commit 77408d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set name of packages
id: set_package_names
run: |
packages='@oak-network/api-augment @oak-network/types'
packages='api-augment types'
echo "::set-output name=packages::$packages"
- name: Setup Node.js environment
Expand Down

0 comments on commit 77408d2

Please sign in to comment.