FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
core.async/.github/workflows/release.yml at master · clojure/core.async · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
clojure
/
core.async
Public
Notifications
You must be signed in to change notification settings
Fork
215
Star
2.1k
Code
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
core.async
/
.github
/
workflows
/
release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
22 lines (19 loc) · 528 Bytes
Breadcrumbs
core.async
/
.github
/
workflows
/
release.yml
Copy path
File metadata and controls
22 lines (19 loc) · 528 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
name
:
Release on demand
permissions
:
contents
:
write
on
:
workflow_dispatch
:
inputs
:
releaseVersion
:
description
:
"
Version to release
"
required
:
true
snapshotVersion
:
description
:
"
Snapshot version after release
"
required
:
true
jobs
:
call-release
:
uses
:
clojure/build.ci/.github/workflows/release.yml@master
with
:
releaseVersion
:
${{ github.event.inputs.releaseVersion }}
snapshotVersion
:
${{ github.event.inputs.snapshotVersion }}
secrets
:
inherit
Back
|
FazBrowse Home
|
New Git URL