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 818449f commit a968363Copy full SHA for a968363
1 file changed
.github/workflows/release.yml
@@ -99,9 +99,13 @@ jobs:
99
runs-on: ubuntu-24.04
100
steps:
101
- uses: actions/checkout@v4
102
+
103
- name: Cargo publish (dry-run)
104
run: cargo publish -p encoderfile-core --dry-run
105
106
+ - name: Project setup
107
+ uses: ./.github/actions/project-setup
108
109
- name: Cargo publish
110
run: cargo publish -p encoderfile-core
111
env:
0 commit comments