Skip to content

Commit

Permalink
Downgrade action-gh-release to stable v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Dec 12, 2024
1 parent 66f9532 commit f25989d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2.0
uses: softprops/action-gh-release@v2
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.2.0
uses: softprops/action-gh-release@v2
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.2.0
uses: softprops/action-gh-release@v2
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.GITHUB_REF_NAME }}
Expand All @@ -284,4 +284,4 @@ jobs:
files: |
./target/${{ matrix.rust-target }}/debug/pulumi_wasm_runner-${{ matrix.rust-target }}-debug
./target/${{ matrix.rust-target }}/release/pulumi_wasm_runner-${{ matrix.rust-target }}
./target/${{ matrix.rust-target }}/release/pulumi_wasm_runner-${{ matrix.rust-target }}-release
./target/${{ matrix.rust-target }}/release/pulumi_wasm_runner-${{ matrix.rust-target }}-release

0 comments on commit f25989d

Please sign in to comment.