Skip to content

Commit a20d519

Browse files
committed
chore(bump): Bump codemod crates version to v1.3.7 - force update
1 parent d33f66f commit a20d519

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/cargo-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ permissions:
1919
jobs:
2020
build:
2121
name: Build Release
22-
environment: production
2322
runs-on: ${{ matrix.os }}
2423
strategy:
2524
matrix:
@@ -233,6 +232,7 @@ jobs:
233232
release_npm:
234233
name: Release NPM Package
235234
needs: [build]
235+
environment: production
236236
runs-on: ubuntu-22.04
237237
steps:
238238
- uses: actions/checkout@v4

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repository = "https://github.com/codemod/codemod"
3131
homepage = "https://github.com/codemod/codemod"
3232
license = "Apache-2.0"
3333
rust-version = "1.76"
34-
version = "1.3.6"
34+
version = "1.3.7"
3535
edition = "2021"
3636

3737
[workspace.dependencies]

0 commit comments

Comments
 (0)