Skip to content

Commit

Permalink
fix: no-op in Publish to All
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Nov 26, 2024
1 parent cbaf599 commit 260698a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ name: Publish to All

on:
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: No-Op
run: ':'

0 comments on commit 260698a

Please sign in to comment.