Skip to content

Commit

Permalink
Merge pull request #66 from bw-company/bump-up-actions
Browse files Browse the repository at this point in the history
Bump up actions
  • Loading branch information
KengoTODA committed Apr 30, 2024
2 parents ca04c1a + 38e23e2 commit aea3eea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -8,10 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build --no-daemon
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build --no-daemon
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yml
Expand Up @@ -28,10 +28,9 @@ jobs:
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/checkout@v4
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build --no-daemon -Pversion="${{ steps.release.outputs.tag_name }}"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build --no-daemon -Pversion="${{ steps.release.outputs.tag_name }}"
- name: Upload distributions to GitHub Releases
run: >
gh release upload
Expand Down
4 changes: 0 additions & 4 deletions .idea/kotlinScripting.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ UKEファイルを仮名加工情報に変換するツールです。

## 著作権表記

Copyright © 2022-2023 Henry, Inc.
Copyright © 2022-2024 Henry, Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
Expand Down

0 comments on commit aea3eea

Please sign in to comment.