Skip to content

Commit

Permalink
Update gtrepo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig authored Mar 22, 2023
1 parent 2e45323 commit 334810e
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/gtrepo.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: gtrepo

on:
on:
push:
tags:
- '*'

branches:
- main
workflow_dispatch:



# on:
# push:
# branches:
# - main
workflow_dispatch:



Expand Down Expand Up @@ -200,12 +195,15 @@ jobs:
# asset_name: bagitDump-v${{ github.run_number }}.zip
# asset_content_type: application/zip

- name: Create Github Release
uses: ncipollo/release-action@v1
- name: Automatic Releases
uses: marvinpinto/action-automatic-releases@latest
with:
artifacts: "ocrdzip_out/*.zip"
replacesArtifacts: false
token: ${{ secrets.GITHUB_TOKEN }}
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
./site.zip
Expand Down

0 comments on commit 334810e

Please sign in to comment.