Skip to content

Commit

Permalink
Minor changes to release workflows for 2.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Oct 2, 2024
1 parent 177c4dd commit 95d51ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ jobs:
registry/distro/docker/target/docker/app-files/apicurio-registry-storage-sql-${{ github.event.inputs.release-version }}-all.tar.gz
registry/distro/docker/target/docker/app-files/apicurio-registry-storage-kafkasql-${{ github.event.inputs.release-version }}-all.tar.gz
- name: Generate Release Notes
run: |
cd registry
gren release --token=${{ secrets.GITHUB_TOKEN }} --override
- name: Update Snapshot Version ${{ github.event.inputs.snapshot-version}}
run: |
cd registry
Expand All @@ -174,16 +169,6 @@ jobs:
git commit -m "Automated update to next Snapshot Version: ${{ github.event.inputs.snapshot-version}}"
git push
# TODO: ${{ steps.create_release.outputs.html_url }} will not be available, since we're now using script to do github release. Need to explicitly fetch
# - name: Tweet About The Release
# uses: ethomson/send-tweet-action@v1
# with:
# status: "Apicurio Registry version ${{ github.event.inputs.release-version}} is out! Check out the release notes here: ${{ steps.create_release.outputs.html_url }}"
# consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
# consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
# access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
# access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}

- name: Google Chat Notification
if: ${{ failure() }}
uses: Co-qn/google-chat-notification@b9227d9daa4638c9782a5bd16c4abb86268127a1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
rm latestRelease.json
touch latestRelease.json && curl https://api.github.com/repos/apicurio/apicurio-registry/releases/latest > latestRelease.json
echo "********** Saving a copy in the archieve **********"
echo "********** Saving a copy in the archive **********"
cp latestRelease.json releases/${RELEASE_VERSION}.json
- name: Commit Project Website Changes
Expand Down

0 comments on commit 95d51ac

Please sign in to comment.