This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
ci: release workflow #18
Open
SergeyRoyt
wants to merge
28
commits into
master
Choose a base branch
from
workflows/release-workflow
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 14:08
781b0a3
to
1b3467f
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
2 times, most recently
from
December 28, 2023 14:29
53a36ea
to
96051eb
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 14:49
8bb012f
to
0cd06ef
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 14:54
38216bd
to
11e94f4
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 14:57
d8455c6
to
e60c254
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
2 times, most recently
from
December 28, 2023 15:22
93c72c4
to
f11f4f4
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
2 times, most recently
from
December 28, 2023 15:31
38c7bbe
to
777df93
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
2 times, most recently
from
December 28, 2023 15:35
5ef9c8c
to
dc98971
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 15:41
12d8e2e
to
6d7578f
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 15:46
2746f72
to
caa1ad2
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
2 times, most recently
from
December 28, 2023 15:50
0226006
to
3f3ee8b
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 15:57
b6e6128
to
bba9af4
Compare
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
December 28, 2023 16:42
a633f3c
to
b5309c4
Compare
SergeyRoyt
commented
Dec 28, 2023
@@ -0,0 +1 @@ | |||
//localhost:4873/:_authToken="fooBar" |
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.
TODO delete - needed for verdaccio to work (locally)
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
January 2, 2024 17:49
2ce72f5
to
d5a4f56
Compare
talkor
reviewed
Jan 3, 2024
- name: "Build failed - exit" | ||
if: ${{ steps.build_step.outputs.success != 'true' }} | ||
if: success() != true |
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.
Does it mean it will run everytime? On every merge to master?
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.
Was in this PR by mistake - removed it from here already, And it's merged already also, cause I needed to test it out from master
Fixed it there to run after release is completed #27
SergeyRoyt
force-pushed
the
workflows/release-workflow
branch
from
January 3, 2024 14:36
29bfa61
to
d5a4f56
Compare
# Conflicts: # .gitignore
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.