Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

fix(string-extension): running String#toSmallText twice causing unint… #193

fix(string-extension): running String#toSmallText twice causing unint…

fix(string-extension): running String#toSmallText twice causing unint… #193

Workflow file for this run

name: Publish project to Maven repository
# Publish manually
# OR, publish per each commit
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 21
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Publish with Gradle
run: ./gradlew shadowJar publish
env:
MAVEN_NAME: ${{ secrets.MAVEN_NAME }} # token name
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }} # token secret (password)