Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 30, 2023
1 parent 0871413 commit 027e3d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/version_notifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd tools && gradle :release_notifier:run
- name: Prepare git to sign commit
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git-user-signingkey: true
git-commit-gpgsign: true
- name: Update Previous file
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update checked Kotlin version store
commit_options: '-S' # sign commit
commit_author: Michael Rittmeister <michael@rittmeister.in>
file_pattern: tools/release_notifier/checked_versions.json
- name: Release
Expand Down

0 comments on commit 027e3d5

Please sign in to comment.