Skip to content

Commit

Permalink
Update CI workflow to use latest actions and add release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ofou committed Mar 29, 2024
1 parent cdab4c4 commit 70c6a8b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Run
run: |
make all
- uses: marvinpinto/action-automatic-releases@latest
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make
- name: Release
uses: softprops/action-gh-release@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Paul Graham Essays"
files: |
*.epub
*.pdf
*.csv
*.csv

0 comments on commit 70c6a8b

Please sign in to comment.