-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(permit): add publish package action #3271
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- permit-utils | ||
# Add more publishable libs here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything that can be published should be manually added here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's looks easy enough process!
name: Publish | ||
|
||
on: | ||
workflow_dispatch: # Manually trigger it via UI/CLI/API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can only be manually triggered
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! lets merge and see if it works :)
- permit-utils | ||
# Add more publishable libs here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's looks easy enough process!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
aca2086
to
d1b55a2
Compare
7d59929
to
92f59f8
Compare
FYI, it did not work as it is. Here's the final working version https://github.com/cowprotocol/cowswap/blob/b58425eb538342a716d747c2940095776bb677d9/.github/workflows/publish.yml |
Summary
Adding a manual publish package action.
Right now, only
permit-utils
lib is publishable.To Test
Was not able to test it manually.
Also not testable in the PR as it'll need to be merged to
develop
first.