Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arborsm authored May 5, 2024
1 parent 4a1b5a9 commit 8eab732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: auto-build
on:
push:
branches:
- 'kotlin'
- 'releases'

jobs:
build:
Expand Down Expand Up @@ -43,5 +43,6 @@ jobs:
with:
github-tag: ${{ steps.var.outputs.version }}
github-token: ${{ secrets.GITHUB_TOKEN }}
version-type: release
files: |
build/libs/!(*-@(dev|sources|javadoc|dev-shadow)).jar
build/libs/*

0 comments on commit 8eab732

Please sign in to comment.