Skip to content

Commit

Permalink
Use updated fork of 'release' action
Browse files Browse the repository at this point in the history
  • Loading branch information
czietz committed Feb 22, 2023
1 parent 2a7ca1b commit bf2a167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: |
git log -1 --date=short "--format=format:date: %cd %h%n" >> README.yaml
pandoc -s -o README.pdf -t latex --metadata-file=README.yaml --template eisvogel README.md
- name: Save binary as pre-release
uses: "marvinpinto/action-automatic-releases@v1.2.1"
- name: Save binary as release
uses: "czietz/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
Expand Down

0 comments on commit bf2a167

Please sign in to comment.