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
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 6: cannot unmarshal !!str `ubuntu-...` into model.Job line 7: cannot unmarshal !!str `Release...` into model.Job line 9: cannot unmarshal !!seq into model.Job

15 lines
354 B
YAML

on:
repository_dispatch:
types: [release]
jobs:
release:
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 }}