Skip to content

Commit 99288c3

Browse files
Merge pull request #116 from Webperf-se/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents 1c52411 + ea5386a commit 99288c3

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)