FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
setup-python/.github/workflows/release-new-action-version.yml at main · kimdn/setup-python · GitHub
kimdn
/
setup-python
Public
forked from
actions/setup-python
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
setup-python
/
.github
/
workflows
/
release-new-action-version.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
27 lines (25 loc) · 752 Bytes
Breadcrumbs
setup-python
/
.github
/
workflows
/
release-new-action-version.yml
Copy path
File metadata and controls
27 lines (25 loc) · 752 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
name
:
Release new action version
on
:
release
:
types
:
[released]
workflow_dispatch
:
inputs
:
TAG_NAME
:
description
:
'
Tag name that the major tag will point to
'
required
:
true
env
:
TAG_NAME
:
${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
permissions
:
contents
:
write
jobs
:
update_tag
:
name
:
Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes
environment
:
name
:
releaseNewActionVersion
runs-on
:
ubuntu-latest
steps
:
-
name
:
Update the ${{ env.TAG_NAME }} tag
uses
:
actions/publish-action@v0.1.0
with
:
source-tag
:
${{ env.TAG_NAME }}
slack-webhook
:
${{ secrets.SLACK_WEBHOOK }}
Back
|
FazBrowse Home
|
New Git URL