Skip to content

Commit

Permalink
feat(release): support for proper sentry release propagation II
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 17, 2023
1 parent 7346992 commit c5f8638
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: meta
run: |
echo "image_tag=sha-`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_OUTPUT
echo "release_name=fiesta-plus@`echo ${GITHUB_SHA}` " >> $GITHUB_OUTPUT
echo "release_name=fiesta-plus@`echo ${GITHUB_SHA}`" >> $GITHUB_OUTPUT
- name: Prepare Sentry release
uses: getsentry/action-release@v1
Expand Down Expand Up @@ -162,8 +162,6 @@ jobs:
tag: ${{ needs.build.outputs.image_tag }}
ingress:
certContactEmail: ${{ secrets.CERT_CONTACT_EMAIL }}
release:
name: ${{ needs.build.outputs.release_name }}
secrets:
databaseUrl: ${{ secrets.DATABASE_URL }}
s3:
Expand Down

0 comments on commit c5f8638

Please sign in to comment.