Skip to content

Commit 5cf85fe

Browse files
committed
chore: fix job name in release workflow
1 parent f932090 commit 5cf85fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'main'
88

99
jobs:
10-
release-backend:
10+
release:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write

0 commit comments

Comments
 (0)