Skip to content

Commit

Permalink
Remove extraneous builds
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Oct 28, 2022
1 parent dfc6911 commit 96768b7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 238 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@ jobs:
shell: bash
run: REVISION=$(gcloud run revisions list --platform managed --region "$RUN_REGION" --service $SERVICE_NAME --sort-by ~deployed --quiet | sed -n '2 p' | awk '{print $2}'); echo "::set-output name=version::${REVISION/webhooky-/}"
id: extract_version
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ steps.extract_sha.outputs.hash }}
release_name: ${{ steps.extract_version.outputs.version }}
draft: false
prerelease: false
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/docker-image-cfcert.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/docker-image-cio.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/docker-image-webhooky.yml

This file was deleted.

0 comments on commit 96768b7

Please sign in to comment.