Skip to content

Commit a968363

Browse files
committed
ci: project setup for crates.io release
1 parent 818449f commit a968363

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,13 @@ jobs:
9999
runs-on: ubuntu-24.04
100100
steps:
101101
- uses: actions/checkout@v4
102+
102103
- name: Cargo publish (dry-run)
103104
run: cargo publish -p encoderfile-core --dry-run
104105

106+
- name: Project setup
107+
uses: ./.github/actions/project-setup
108+
105109
- name: Cargo publish
106110
run: cargo publish -p encoderfile-core
107111
env:

0 commit comments

Comments
 (0)