We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b48fc commit 244b923Copy full SHA for 244b923
.github/workflows/release.yml
@@ -100,6 +100,9 @@ jobs:
100
with:
101
plan: ${{ needs.plan.outputs.val }}
102
secrets: inherit
103
+ permissions:
104
+ packages: write
105
+ contents: read
106
107
# Build and package all the platform-agnostic(ish) things
108
build-global-artifacts:
Cargo.toml
@@ -273,6 +273,6 @@ publish-jobs = ["./publish-pypi"]
273
# Announcement jobs to run in CI
274
post-announce-jobs = ["./notify-dependents"]
275
# Skip checking whether the specified configuration files are up to date
276
-#allow-dirty = ["ci"]
+allow-dirty = ["ci"]
277
# Whether to install an updater program
278
install-updater = false
0 commit comments