mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Bump actions/create-release from 1 to 1.1.4
Bumps [actions/create-release](https://github.com/actions/create-release) from 1 to 1.1.4. - [Release notes](https://github.com/actions/create-release/releases) - [Commits](https://github.com/actions/create-release/compare/v1...v1.1.4) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bd4f94a50f
commit
bd4fb8cea6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -221,7 +221,7 @@ jobs:
|
|||||||
# Create new release draft - which is not publicly visible and requires manual acceptance
|
# Create new release draft - which is not publicly visible and requires manual acceptance
|
||||||
- name: Create Release Draft
|
- name: Create Release Draft
|
||||||
id: createDraft
|
id: createDraft
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1.1.4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user