File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ permissions:
40
40
# If there's a prerelease-style suffix to the version, then the release(s)
41
41
# will be marked as a prerelease.
42
42
on :
43
+ pull_request :
43
44
workflow_dispatch :
44
45
inputs :
45
46
tag :
68
69
# we specify bash to get pipefail; it guards against the `curl` command
69
70
# failing. otherwise `sh` won't catch that `curl` returned non-0
70
71
shell : bash
71
- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.4-prerelease.1 /cargo-dist-installer.sh | sh"
72
+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.4/cargo-dist-installer.sh | sh"
72
73
- name : Cache dist
73
74
uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
74
75
with :
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ inherits = "release"
294
294
# Config for 'dist'
295
295
[workspace .metadata .dist ]
296
296
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
297
- cargo-dist-version = " 0.28.4-prerelease.1 "
297
+ cargo-dist-version = " 0.28.4"
298
298
# make a package being included in our releases opt-in instead of opt-out
299
299
dist = false
300
300
# CI backends to support
@@ -330,7 +330,7 @@ auto-includes = false
330
330
# Whether dist should create a Github Release or use an existing draft
331
331
create-release = true
332
332
# Which actions to run on pull requests
333
- pr-run-mode = " skip "
333
+ pr-run-mode = " plan "
334
334
# Whether CI should trigger releases with dispatches instead of tag pushes
335
335
dispatch-releases = true
336
336
# Which phase dist should use to create the GitHub release
You can’t perform that action at this time.
0 commit comments