2
0

fix(gha): Fix indent in yaml file

This commit is contained in:
Burak Yigit Kaya 2020-06-14 17:29:34 +03:00
parent af502d0ba5
commit 8c7b633b90
No known key found for this signature in database
GPG Key ID: C2F03C406631065D

View File

@ -3,12 +3,12 @@ on:
types: [release] types: [release]
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: "Release a new version" name: "Release a new version"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: getsentry/craft-action - uses: getsentry/craft-action
with: with:
action: prepare action: prepare
version: ${{ github.event.client_payload.version }} version: ${{ github.event.client_payload.version }}
dry_run: ${{ github.event.client_payload.dry_run }} dry_run: ${{ github.event.client_payload.dry_run }}