Skip to content

Commit 9515a7f

Browse files
author
bweigel
committed
fix: workflow
1 parent e7b2027 commit 9515a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ project.addTask('upgrade:ci:py', {
172172
],
173173
});
174174
project.release?.addJobs({
175-
'upload release artifact': {
175+
'upload_release_artifact': {
176176
runsOn: ['ubuntu-latest'],
177177
permissions: { contents: JobPermission.WRITE },
178178
needs: ['release', 'release_github'],

0 commit comments

Comments
 (0)