Skip to content

Commit

Permalink
add to snapshot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Nov 1, 2023
1 parent ec90a68 commit df04b13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
run: |
./gradlew publishAllPublicationsToGitHubPackagesRepository
shell: bash
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Draft release
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit df04b13

Please sign in to comment.