Skip to content

Commit a8da0e5

Browse files
authored
Merge pull request #48 from python-jsonschema/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 6c2f561 + 6031344 commit a8da0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: pypa/gh-action-pypi-publish@release/v1
9696
- name: Create a Release
9797
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
98-
uses: softprops/action-gh-release@v1
98+
uses: softprops/action-gh-release@v2
9999
with:
100100
files: |
101101
dist/*

0 commit comments

Comments
 (0)