FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternfly-react/.github/workflows/release.yml at main · patternfly/patternfly-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
patternfly
/
patternfly-react
Public
Notifications
You must be signed in to change notification settings
Fork
392
Star
862
Code
Issues
215
Pull requests
24
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
patternfly-react
/
.github
/
workflows
/
release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
44 lines (39 loc) · 1.06 KB
Breadcrumbs
patternfly-react
/
.github
/
workflows
/
release.yml
Copy path
File metadata and controls
44 lines (39 loc) · 1.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name
:
Release
on
:
push
:
branches
:
-
main
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
ci
:
name
:
CI
uses
:
./.github/workflows/main.yml
docs
:
name
:
Documentation
uses
:
./.github/workflows/documentation.yml
with
:
is-release
:
true
secrets
:
inherit
deploy
:
name
:
Deploy release
runs-on
:
ubuntu-latest
needs
:
[ci, docs]
steps
:
-
name
:
Check out project
uses
:
actions/checkout@v4
with
:
#
Fetch all history for all branches and tags, which is needed for the release script.
fetch-depth
:
0
#
Pass in an administrator token to get around branch protection.
token
:
${{ secrets.GH_TOKEN_REDALLEN }}
-
name
:
Set up and build project
uses
:
./.github/actions/setup-project
with
:
skip-build-cache
:
true
-
name
:
Deploy to NPM and Github
run
:
.github/release.sh
env
:
NPM_TOKEN
:
${{ secrets.NPM_TOKEN }}
GH_PR_TOKEN
:
${{ secrets.GH_PR_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL