Skip to content

Commit 379e96f

Browse files
committed
chore: allow pinned but old actions sha
Otherwise the CI fails since cargo dist recognize the actions could be updated
1 parent 1c6dc0b commit 379e96f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
4242
pull_request:
4343
push:
4444
tags:
45-
- '**[0-9]+.[0-9]+.[0-9]+*'
45+
- "**[0-9]+.[0-9]+.[0-9]+*"
4646

4747
jobs:
4848
# Run 'dist plan' (or host) to determine what tasks we need to do

dist-workspace.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ members = ["cargo:."]
33

44
# Config for 'dist'
55
[dist]
6+
allow-dirty = ["ci"]
67
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
78
cargo-dist-version = "0.31.0"
89
# CI backends to support

0 commit comments

Comments
 (0)