Skip to content

Commit 753b21f

Browse files
committed
chore: clean any releases
1 parent 108ab61 commit 753b21f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ jobs:
5656
run: |
5757
uv run dagster job execute -f sample/dagster_project/definitions.py -j all_assets_job
5858
59+
- name: Reset any changes
60+
run: |
61+
git checkout .
62+
5963
- name: Run the release
6064
run: |
6165
pnpm release
62-
66+

0 commit comments

Comments
 (0)