Skip to content

Commit

Permalink
chore: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
douglarek committed Aug 6, 2024
1 parent 4241240 commit f333a9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/make-epub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: make-epub

on:
workflow_dispatch:
push:
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
actions: write
contents: write

jobs:
build:
Expand Down Expand Up @@ -35,7 +37,7 @@ jobs:
- name: Publishing to GitHub Releases
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "*.epub"
tag: latest
file_glob: true
Expand Down

0 comments on commit f333a9c

Please sign in to comment.