Skip to content

Commit

Permalink
Remove changes link in RC message (#2277)
Browse files Browse the repository at this point in the history
This removes the `changes: ...` link in the slack message sent upon RC
release. It was slightly incorrect and not used.
  • Loading branch information
nmattia authored Feb 16, 2024
1 parent 9997fea commit 9e90921
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ jobs:
--wasm internet_identity_production.wasm.gz \
${{ env.ii_canister_id }}
- uses: actions/github-script@v6
id: latest-release-tag
with:
result-encoding: string
script: return (await github.rest.repos.getLatestRelease({owner:"dfinity", repo:"internet-identity"})).data.tag_name;

- name: Send RC link to slack
uses: ./.github/actions/slack
with:
Expand All @@ -90,7 +84,6 @@ jobs:
Internet Identity release candidate
RC link: https://${{ env.ii_canister_id }}.ic0.app
test app: https://${{ env.testnet_app_canister_id }}.ic0.app
changes: https://github.com/dfinity/internet-identity/compare/${{ steps.latest-release-tag.outputs.result }}...main
# Since the this is a scheduled job, a failure won't be shown on any
# PR status. To notify the team, we send a message to our Slack channel on failure.
Expand Down

0 comments on commit 9e90921

Please sign in to comment.