fix(npm): remove dry run

This commit is contained in:
Marc Nuri
2025-02-14 14:44:41 +01:00
parent a526058af0
commit 05107ee0ec
2 changed files with 2 additions and 4 deletions

View File

@@ -30,8 +30,6 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Build
run: make build-all-platforms
- name: Test
run: make test
- name: Upload artifacts
uses: softprops/action-gh-release@v2
with: