Skip to content

Commit

Permalink
Merge pull request #16 from gentlementlegen/development
Browse files Browse the repository at this point in the history
fix: yarn pack is now called on release-please.yml
  • Loading branch information
gentlementlegen authored Jul 2, 2024
2 parents 4e6039b + 493e2ac commit 292a09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: |
yarn install --immutable --immutable-cache --check-cache
yarn build
yarn pack
if: ${{ steps.release.outputs.release_created }}
- run: yarn publish --access public
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@ubiquity-logger`
# `@ubiquity-dao/ubiquibot-logger`

Ubiquity logger NPM module.

0 comments on commit 292a09a

Please sign in to comment.