diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad454ff..726025a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ +name: Release + on: release: types: [created] + workflow_dispatch: jobs: release: @@ -18,3 +21,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: RUSTTARGET: ${{ matrix.target }} + TOOLCHAIN_VERSION: stable