Skip to content

Commit d8a483a

Browse files
feat(packages): extract zip and tarGz (#1906)
1 parent d668d6a commit d8a483a

File tree

9 files changed

+601
-5
lines changed

9 files changed

+601
-5
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[codespell]
22
check-filenames =
33
check-hidden =
4-
ignore-words-list = crate,NotIn
4+
ignore-words-list = crate,NotIn,inout
55
skip = ./.git,./Cargo.toml

.github/workflows/component_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
cargo install --locked cargo-xwin --force
8080
81-
- name: If pre-release set and verify tag matches Cargo.toml version
81+
- name: If pre-release, set tag and verify it matches Cargo.toml version
8282
if: ${{ inputs.pre-release}}
8383
run: |
8484
NEWRELIC_AGENT_CONTROL_VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' agent-control/Cargo.toml)

0 commit comments

Comments
 (0)