Skip to content

Commit eceb5e0

Browse files
authored
Merge pull request #236 from hal/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents 3fbd5b4 + 66199a2 commit eceb5e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
path: ./CHANGELOG.md
8080
version: ${{ steps.get-version.outputs.version-without-v }}
81-
- uses: softprops/action-gh-release@v2
81+
- uses: softprops/action-gh-release@v3
8282
with:
8383
tag_name: ${{ steps.get-version.outputs.version }}
8484
name: HAL Foundation ${{ steps.get-version.outputs.version-without-v }}
@@ -241,6 +241,6 @@ jobs:
241241
VERSION="${{ steps.get-version.outputs.version-without-v }}"
242242
find op/standalone/target -maxdepth 1 -name '*-runner' -type f -exec mv {} "${APP_NAME}-${VERSION}-linux" \;
243243
shell: bash
244-
- uses: softprops/action-gh-release@v2
244+
- uses: softprops/action-gh-release@v3
245245
with:
246246
files: hal-op-${{ steps.get-version.outputs.version-without-v }}-*

0 commit comments

Comments
 (0)