Skip to content

Commit be0a1ba

Browse files
authored
Update release.yml
1 parent 4177674 commit be0a1ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
# Steps represent a sequence of tasks that will be executed as part of the job
1616
steps:
1717
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18-
- uses: actions/checkout@v3
18+
- name: Check out repository
19+
uses: actions/checkout@v3
1920

2021
# Runs a single command using the runners shell
2122
- name: Remove .git

0 commit comments

Comments
 (0)