Skip to content

Commit

Permalink
Deploy to separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Jan 11, 2025
1 parent 6cf16b7 commit cbb0633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
tag_name: ${{ env.GITHUB_REF_NAME }}
fail_on_unmatched_files: true
prerelease: true
repository: andrzejressel/pulumi-wasm-nightly-releases
repository: andrzejressel/pulumi-wasm-releases
token: ${{ secrets.RELEASE_TOKEN }}
body: ""
files: |
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
tag_name: ${{ env.GITHUB_REF_NAME }}
fail_on_unmatched_files: true
prerelease: true
repository: andrzejressel/pulumi-wasm-nightly-releases
repository: andrzejressel/pulumi-wasm-releases
token: ${{ secrets.RELEASE_TOKEN }}
body: ""
files: |
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
tag_name: ${{ env.GITHUB_REF_NAME }}
fail_on_unmatched_files: true
prerelease: true
repository: andrzejressel/pulumi-wasm-nightly-releases
repository: andrzejressel/pulumi-wasm-releases
token: ${{ secrets.RELEASE_TOKEN }}
body: ""
files: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ members = [
[workspace.package]
version = "0.0.0-DEV"
edition = "2021"
repository = "https://github.com/andrzejressel/pulumi-wasm-nightly-releases"
repository = "https://github.com/andrzejressel/pulumi-wasm-releases"

[workspace.dependencies]
pulumi_wasm_core = { version = "=0.0.0-DEV", path = "pulumi_wasm_core", registry = "cloudsmith" }
Expand Down

0 comments on commit cbb0633

Please sign in to comment.