mirror of
https://github.com/kristoferssolo/sula-alus.git
synced 2026-02-04 06:32:02 +00:00
fix: typo
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
--no-confirm \
|
||||
--no-verify \
|
||||
--execute
|
||||
github-releas:
|
||||
github-release:
|
||||
name: Create GitHub Release
|
||||
needs:
|
||||
- audit
|
||||
@@ -87,8 +87,7 @@ jobs:
|
||||
name: sula-alus-${{ matrix.target }}
|
||||
path: target/sula-alus-${{ matrix.target }}.*
|
||||
create-release:
|
||||
needs:
|
||||
- github-release
|
||||
needs: [github-release]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user