Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thalals authored Feb 15, 2024
1 parent b99a3fc commit 9085cdf
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ on:
push:
branches:
- main

env:
working-directory: ./

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ secrets.ACTION_TOKEN }}
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -50,14 +55,11 @@ jobs:
deplpoy:
needs: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ secrets.ACTION_TOKEN }}

steps:
- name: CheckOut
uses: actions/checkout@v4
with:
token: ${{ secrets.ACTION_TOKEN }}
submodules: true

- name: ls
run: ls

Expand Down

0 comments on commit 9085cdf

Please sign in to comment.