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]
|
||||
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 }}
|
||||
|
Reference in New Issue
Block a user