Skip to content

Commit

Permalink
use jitpack. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek authored Feb 20, 2024
1 parent 9ffd568 commit aec2a56
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 1,124 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update Changelog

on:
push:
branches: [ master ]

jobs:
snapshot:
name: Update Snapshot
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'skip-snapshot') }}
steps:
- uses: actions/checkout@v4

- uses: release-drafter/release-drafter@master
id: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43 changes: 0 additions & 43 deletions .github/workflows/release.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/snapshot-release.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/snapshot.yml

This file was deleted.

Loading

0 comments on commit aec2a56

Please sign in to comment.