|
|
|
@ -10,6 +10,8 @@ on:
|
|
|
|
|
|
|
|
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
TAG_NAME: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
|
|
|
|
TAG_NAME: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
|
|
|
|
contents: write
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
update_tag:
|
|
|
|
update_tag:
|
|
|
|
@ -17,8 +19,6 @@ jobs:
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
name: releaseNewActionVersion
|
|
|
|
name: releaseNewActionVersion
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
|
|
|
|
|
|
contents: write
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Update the ${{ env.TAG_NAME }} tag
|
|
|
|
- name: Update the ${{ env.TAG_NAME }} tag
|
|
|
|
id: update-major-tag
|
|
|
|
id: update-major-tag
|
|
|
|
|