Skip to content

(chore/fix): removed build github action and removed 'class' from pac… #13

(chore/fix): removed build github action and removed 'class' from pac…

(chore/fix): removed build github action and removed 'class' from pac… #13

Workflow file for this run

name: Gradle Package
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Build project
uses: ./.github/actions/build-project
- name: Gradle publish
run: ./gradlew publish
env:
USERNAME: ${{ env.GITHUB_ACTOR }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
BUILD_NUMBER: ${{ github.run_number }}