From c0ad2fa22e317c8a6b7d4ac163661429f395c423 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Sat, 12 Apr 2025 18:10:45 +0200 Subject: [PATCH] add GitHub action release --- .github/workflows/release.yml | 12 ++++++++++++ README.md | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..a8e12d0 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,12 @@ +name: Release + +on: + workflow_dispatch: + +jobs: + release: + uses: swordsteel/hlaeja-common-workflows/.github/workflows/release.yml@master + secrets: + CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }} + with: + TYPE: service diff --git a/README.md b/README.md index 589c76c..eb6a41e 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ To authenticate with Gradle to access repositories that require authentication, Here's how you can do it: 1. Open or create the `gradle.properties` file in your Gradle user home directory: - - On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`. - - On Windows, this directory is typically `C:\Users\\.gradle\`. + - On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`. + - On Windows, this directory is typically `C:\Users\\.gradle\`. 2. Add the following lines to the `gradle.properties` file: ```properties repository.user=your_user