-
Notifications
You must be signed in to change notification settings - Fork 15
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
Tagged releases (for LP app) #82
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- tests | ||
- staking-cy | ||
- staking-e2e-optimism-mainnet | ||
- staking-e2e-optimism-goerli |
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.
@bachstatter this will block auto-releases
7863cdb
to
ede27ba
Compare
ede27ba
to
481fa0a
Compare
481fa0a
to
6b392a6
Compare
6b392a6
to
95c9988
Compare
8a9a675
to
9b432fc
Compare
9b432fc
to
f4b1ba7
Compare
f4b1ba7
to
c1128d2
Compare
6e63f46
to
24e7085
Compare
24e7085
to
55ca6bf
Compare
|
||
jobs: | ||
release-lp: | ||
if: ${{ github.event.check_suite.conclusion == 'success' }} |
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.
We should tag only if commit passes tests. Otherwise release won't happen
Instead of #80
We can tag any commit with
release-lp-*
and CI will push force that commit torelease/lp
branch as a @synthetixio-team userVercel config updated to make production releases of
v3.synthetix.io
fromrelease/lp
branch now.The workflow works in github actions
Automated push as @synthetixio-team: