Skip to content

Commit 605d7be

Browse files
author
lmouta-g
committed
fix: release name in github
1 parent 7c9dae9 commit 605d7be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ permissions:
1010

1111
jobs:
1212
build:
13-
name: Build utility library
13+
name: Build libft
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19-
- name: Build utility library
19+
- name: Build libft
2020
run: make re
2121

2222
release:
23-
name: Publish utility library release
23+
name: Publish libft release
2424
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
2525
needs: build
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)