diff --git a/.github/workflows/rust_registry_publish.yml b/.github/workflows/rust_registry_publish.yml index 1f8e5ac..e927938 100644 --- a/.github/workflows/rust_registry_publish.yml +++ b/.github/workflows/rust_registry_publish.yml @@ -7,6 +7,9 @@ on: description: Was the crate released value: "true" inputs: + package: + description: Name of the package + type: string additional_args: type: string default: "" @@ -119,31 +122,31 @@ jobs: shell: bash working-directory: ${{ inputs.working_directory }} run: cargo publish - # - name: Write outputs to file - # shell: bash - # if: always() - # working-directory: ${{ runner.temp }} - # run: | - # tee -a ${{ inputs.package }}-rust-registry-publish.json <