Skip to content

Commit 9870711

Browse files
Merge pull request #110 from Webperf-se/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents c3614e4 + 8374662 commit 9870711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: newversion
3333
run: python tools/release.py -l "${{ steps.changes.outputs.last-tag }}"
3434
- name: GitHub Release
35-
uses: softprops/action-gh-release@v2
35+
uses: softprops/action-gh-release@v3
3636
with:
3737
tag_name: "${{ env.NEW_VERSION }}"
3838
make_latest: "true"

0 commit comments

Comments
 (0)