Skip to content

Commit

Permalink
chore: remove s3 upload of 'latest' version
Browse files Browse the repository at this point in the history
I don't think we are actively using these 'latest' versions any more. The only place that has
reference to it are some Ansible roles in `testnet-deploy`, but these also do not get actively used.
In the deployment process, we use specific versions. In the case where versions are not supplied,
the latest version is retrieved by querying `crates.io`.
  • Loading branch information
jacderida committed Jul 25, 2024
1 parent 5e51214 commit b290766
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,6 @@ jobs:
just package-all-bins
just upload-all-packaged-bins-to-s3
- name: upload 'latest' release
if: ${{ github.repository_owner == 'maidsafe' && github.ref == 'refs/heads/stable' }}
shell: bash
run: |
just package-bin "faucet" "latest"
just package-bin "nat-detection" "latest"
just package-bin "node-launchpad" "latest"
just package-bin "safe" "latest"
just package-bin "safenode" "latest"
just package-bin "safenode_rpc_client" "latest"
just package-bin "safenode-manager" "latest"
just package-bin "safenodemand" "latest"
just package-bin "sn_auditor" "latest"
just upload-all-packaged-bins-to-s3
github-release:
if: ${{
github.repository_owner == 'maidsafe' &&
Expand Down

0 comments on commit b290766

Please sign in to comment.