Skip to content

Commit

Permalink
Merge pull request #141 from tokamak-network/feat/publish-tokamak-cor…
Browse files Browse the repository at this point in the history
…e-utils

feat(workflows): publish @tokamak-network/core-utils to npm
  • Loading branch information
0x6e616d authored Apr 30, 2024
2 parents c15fa6e + 00ec51c commit f2269a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-tokamak-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: filter-packages
run: |
# Define the package names to publish
PACKAGES_TO_PUBLISH=("@tokamak-network/thanos-sdk @tokamak-network/thanos-contracts")
PACKAGES_TO_PUBLISH=("@tokamak-network/thanos-sdk @tokamak-network/thanos-contracts @tokamak-network/core-utils")
# Set the output variables for packages to publish
echo "packages-to-publish=${PACKAGES_TO_PUBLISH[@]}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f2269a0

Please sign in to comment.