Skip to content

Commit

Permalink
Merge pull request #51 from Alathra/dependabot/github_actions/main/so…
Browse files Browse the repository at this point in the history
…ftprops/action-gh-release-2

ci: bump softprops/action-gh-release from 1 to 2
  • Loading branch information
darksaid98 authored Mar 11, 2024
2 parents a59c318 + 93d5e99 commit 94fa7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: ./gradlew clean build -PcustomVersion=${{ env.CUSTOM_VERSION }}

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
id: release
with:
name: ${{ format('Release {0}', github.ref_name) }}
Expand Down

0 comments on commit 94fa7fe

Please sign in to comment.