We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b752e63 commit c207d14Copy full SHA for c207d14
1 file changed
.github/workflows/publish-dependency.yml
@@ -1,23 +1,12 @@
1
-name: Publish Dependency
2
-on:
3
- push:
4
- tags:
5
- - "*"
6
-jobs:
7
- publish:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - name: Checkout project sources
11
- uses: actions/checkout@v4
12
-
13
- - name: Setup Gradle
14
- uses: gradle/gradle-build-action@v3
15
16
- - name: Grant execute permission for gradlew
17
- run: chmod +x gradlew
18
19
- - name: Publish to GitHub Packages
20
- run: ./gradlew publish -Partifact_version=${{ github.ref_name }}
21
- env:
22
- GITHUB_TOKEN: ${{ secrets.PAT }}
23
- GITHUB_ACTOR: ${{ github.actor }}
+name: Publish Dependency
+on:
+ push:
+ tags:
+ - "*"
+jobs:
+ call-reusable-workflow:
+ uses: intisy/workflows/.github/workflows/publish-dependency.yml@main
+ with:
+ repository: ${{ github.repository }}
+ secrets:
+ envPAT: ${{ secrets.PAT }}
0 commit comments