Skip to content

Commit

Permalink
Add name for Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Sep 14, 2023
1 parent 42dbea7 commit 4f27451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
- version.txt
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.25
2.5.26

0 comments on commit 4f27451

Please sign in to comment.