2
0
This repository has been archived on 2020-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
sentry-onpremise/.github/workflows/release.yml

15 lines
384 B
YAML
Raw Normal View History

on:
repository_dispatch:
types: [release]
jobs:
release:
2020-06-14 16:29:34 +02:00
runs-on: ubuntu-latest
name: "Release a new version"
steps:
- uses: actions/checkout@v2
- uses: getsentry/craft-action
with:
action: prepare
version: ${{ github.event.client_payload.version }}
dry_run: ${{ github.event.client_payload.dry_run }}