Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

gh-actions: bump softprops/action-gh-release from 2.0.5 to 2.0.8 #165

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Create Prerelease
if: ${{contains(github.event.head_commit.message, '-SNAPSHOT')}}
id: create_prerelease
uses: softprops/action-gh-release@v2.0.5
uses: softprops/action-gh-release@v2.0.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Create Release
if: ${{!contains(github.event.head_commit.message, '-SNAPSHOT')}}
id: create_release
uses: softprops/action-gh-release@v2.0.5
uses: softprops/action-gh-release@v2.0.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down