Skip to content

Commit

Permalink
Merge pull request #236 from PowerGridModel/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
mgovers authored Mar 11, 2024
2 parents 23e4caa + e52f7ec commit 8755781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Release
if: (github.event_name == 'push') || (github.event_name == 'workflow_dispatch')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
./wheelhouse/*
Expand Down

0 comments on commit 8755781

Please sign in to comment.