Set up project structure
This commit is contained in:
17
.gitea/workflows/test-publish.yaml
Normal file
17
.gitea/workflows/test-publish.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Publish Version Catalog
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Use custom publish action
|
||||
uses: aura-ascend/common-workflows/publish-artifact@master
|
||||
with:
|
||||
java-version: 17
|
||||
branch-reference: ${{ github.ref_name }}
|
||||
gradle-task: publish
|
||||
repository-user: ${{ secrets.CI_BOT_USERNAME }}
|
||||
repository-token: ${{ secrets.CI_BOT_TOKEN }}
|
||||
Reference in New Issue
Block a user