mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 12:37:45 +00:00
Update bump_version.yml
This commit is contained in:
11
.github/workflows/bump_version.yml
vendored
11
.github/workflows/bump_version.yml
vendored
@@ -75,3 +75,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_message: Bump version to ${{ github.event.inputs.version }}
|
commit_message: Bump version to ${{ github.event.inputs.version }}
|
||||||
tagging_message: ${{ github.event.inputs.version }}
|
tagging_message: ${{ github.event.inputs.version }}
|
||||||
|
|
||||||
|
- name: Create Release
|
||||||
|
id: create_release
|
||||||
|
uses: actions/create-release@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||||
|
with:
|
||||||
|
tag_name: ${{ github.event.inputs.version }}
|
||||||
|
release_name: ${{ github.event.inputs.version }}
|
||||||
|
draft: false
|
||||||
|
prerelease: false
|
||||||
|
|||||||
Reference in New Issue
Block a user