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]
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 }}
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 }}