Skip to content

change log for setting order status to ORDERED #92

change log for setting order status to ORDERED

change log for setting order status to ORDERED #92

Workflow file for this run

on:
push:
branches:
- main
jobs:
sentry:
name: create Sentry release
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production
ignore_missing: true