Skip to content

Commit

Permalink
ci: remove release amends
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Aug 20, 2024
1 parent f7719fe commit c95f076
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/Amend-Release.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/Release-Please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
monorepo-tags: true
- name: Trigger Amend Release Workflow
if: ${{ ! steps.release.outputs.releases_created }}
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/spotify/confidence-sdk-js/dispatches \
-d '{"event_type":"release_amend_trigger", "client_payload": {}}'

Build-And-Publish:
environment: deployment
Expand Down

0 comments on commit c95f076

Please sign in to comment.