Skip to content

Commit d6f4458

Browse files
authored
Merge pull request pysal#1303 from pysal/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 3adca66 + 26b563f commit d6f4458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
4444

4545
- name: Release
46-
uses: softprops/action-gh-release@v1
46+
uses: softprops/action-gh-release@v2
4747
with:
4848
body: ${{ steps.changetxt.outputs.text }}
4949
body_path: ${{ steps.changetxt.outputs.path }}

0 commit comments

Comments
 (0)