FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fe-builder/.github/workflows/on_release.yml at develop · NREADY-RnD/fe-builder · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NREADY-RnD
/
fe-builder
Public
forked from
frappe/builder
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fe-builder
/
.github
/
workflows
/
on_release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 920 Bytes
Breadcrumbs
fe-builder
/
.github
/
workflows
/
on_release.yml
Copy path
File metadata and controls
32 lines (32 loc) · 920 Bytes
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
name
:
Generate Semantic Release
on
:
workflow_dispatch
:
push
:
branches
:
-
master
jobs
:
release
:
name
:
Release
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Entire Repository
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
persist-credentials
:
false
-
name
:
Setup Node.js
uses
:
actions/setup-node@v2
with
:
node-version
:
20
-
name
:
Setup dependencies
run
:
|
npm install @semantic-release/git @semantic-release/exec --no-save
-
name
:
Create Release
env
:
GH_TOKEN
:
${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.RELEASE_TOKEN }}
GIT_AUTHOR_NAME
:
"
Frappe PR Bot
"
GIT_AUTHOR_EMAIL
:
"
developers@frappe.io
"
GIT_COMMITTER_NAME
:
"
Frappe PR Bot
"
GIT_COMMITTER_EMAIL
:
"
developers@frappe.io
"
run
:
npx semantic-release
Back
|
FazBrowse Home
|
New Git URL