Skip to content

Commit

Permalink
Replace marvinpinto/action-automatic-releases with ncipollo/release-a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
morpheus-87 committed Mar 8, 2023
1 parent 3e22d53 commit b984c10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build-artifacts
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: ncipollo/release-action@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "wip"
token: "${{ secrets.GITHUB_TOKEN }}"
tag: "wip"
prerelease: true
title: "WIP build (use at own risk)"
files: |
solr-ocrhighlighting-*.jar
name: "WIP build (use at own risk)"
artifacts: solr-ocrhighlighting-*.jar
allowUpdates: true

update_wip_repository:
if: github.event_name == 'push' && contains(github.ref, 'main')
Expand Down

0 comments on commit b984c10

Please sign in to comment.