fix(gha): Fix indent in yaml file
This commit is contained in:
parent
af502d0ba5
commit
8c7b633b90
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user