mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-27 07:05:31 +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
|
||||
|
||||
steps:
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "MY_DATE=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@ -47,10 +51,10 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GHT }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
tag_name: ${{ env.MY_DATE }}
|
||||
release_name: Release ${{ env.MY_DATE }}
|
||||
body: |
|
||||
Changes in this Release
|
||||
- Atlassian JSON updated
|
||||
- Atlassian JSON updated ${{ env.MY_DATE }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
Loading…
Reference in New Issue
Block a user