We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c45ad1 commit e62f272Copy full SHA for e62f272
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout gh-repo
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
- name: Set up JDK 17
22
uses: actions/setup-java@v3
@@ -34,7 +34,7 @@ jobs:
34
uses: ncipollo/release-action@v1
35
with:
36
tag: ${{ steps.tag_version.outputs.new_tag }}
37
- name: Release ${{ steps.tag_version.outputs.new_tag }}
+ name: ${{ steps.tag_version.outputs.new_tag }}
38
body: ${{ steps.tag_version.outputs.changelog }}
39
# - name: Build
40
# run: |
0 commit comments