mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-27 23:25:33 +03:00
Update json-master.yml
This commit is contained in:
parent
ca20e89c6b
commit
02e1710794
10
.github/workflows/json-master.yml
vendored
10
.github/workflows/json-master.yml
vendored
@ -18,6 +18,10 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Get current date
|
||||||
|
id: date
|
||||||
|
run: echo "MY_DATE=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -47,10 +51,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GHT }} # This token is provided by Actions, you do not need to create your own token
|
GITHUB_TOKEN: ${{ secrets.GHT }} # This token is provided by Actions, you do not need to create your own token
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ env.MY_DATE }}
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Release ${{ env.MY_DATE }}
|
||||||
body: |
|
body: |
|
||||||
Changes in this Release
|
Changes in this Release
|
||||||
- Atlassian JSON updated
|
- Atlassian JSON updated ${{ env.MY_DATE }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
Loading…
Reference in New Issue
Block a user