Skip to content

Commit 92efc5d

Browse files
Baltolirv-jenkins
andauthored
Fix typo in release workflow (#1085)
In #1072, we changed the names of some workflow steps. This introduced a typo in the release workflow that's been preventing us from cutting releases; this PR is a straightforward fix for that typo. Co-authored-by: rv-jenkins <[email protected]>
1 parent 84bd1ae commit 92efc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
name: 'Publish Release'
8484
runs-on: ubuntu-latest
8585
environment: production
86-
needs: build-ubuntu-packages
86+
needs: build-ubuntu-package
8787
steps:
8888
- name: 'Check out code'
8989
uses: actions/checkout@v4

0 commit comments

Comments
 (0)