mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-18 21:38:03 +00:00
ci: fix job name
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: integraiton
|
needs: integration
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
|
|||||||
Reference in New Issue
Block a user