diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index d76c09a..55cefef 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -13,8 +13,8 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - - run: - make build + - run: + make build - uses: ncipollo/release-action@v1 with: artifacts: "decl"