Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent ede1e9f commit 2a7a0f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
target/cargo-timings/cargo-timing-*.html
pulumi_wasm_generator_lib/tests/**/target/cargo-timings/cargo-timing-*.html
- name: Release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.GITHUB_REF_NAME }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
run: just package-language-plugin "$VERSION"

- name: Release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.GITHUB_REF_NAME }}
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
if: matrix.os != 'windows-2022'
- name: Release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.GITHUB_REF_NAME }}
Expand Down

0 comments on commit 2a7a0f5

Please sign in to comment.