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
391 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
2020-06-14 16:36:53 +02:00
- uses: getsentry/craft-action@master
2020-06-14 16:29:34 +02:00
with:
action: prepare
version: ${{ github.event.client_payload.version }}
dry_run: ${{ github.event.client_payload.dry_run }}