diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a1170a..8f99a56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: release: types: - - created + - released jobs: build_and_test: @@ -29,4 +29,4 @@ jobs: - name: Cargo Publish uses: actions-rs/cargo@v1 with: - command: publish \ No newline at end of file + command: publish