Skip to content

Commit

Permalink
Merge pull request #107 from twosigma/dependabot/github_actions/softp…
Browse files Browse the repository at this point in the history
…rops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
leifwalsh committed Apr 10, 2024
2 parents c36b90e + 8db667e commit 3026c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: deb-package
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
files: "*"
tag_name: ${{ github.event.release.tag_name }}

0 comments on commit 3026c3d

Please sign in to comment.