dependabot
Bump ncipollo/release-action from 1.16.0 to 1.18.0
This commit is contained in:
commit
bcc183704e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GH_REPO: ${{ github.repository }}
|
||||
- name: Create release
|
||||
uses: ncipollo/release-action@v1.16.0
|
||||
uses: ncipollo/release-action@v1.18.0
|
||||
with:
|
||||
tag: ${{ env.release_tag }}
|
||||
name: ${{ env.release_tag }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue