Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Fix tagging workflow (#16)
Browse files Browse the repository at this point in the history
* Add documentation

* Add release automation

* Fix tag latest workflow
  • Loading branch information
kellertk authored Nov 7, 2020
1 parent 4e35a64 commit bb2907c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tag-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
jobs:
run-tag-latest:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publish_latest_tag: true
steps:
- uses: Actions-R-Us/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publish_latest_tag: true

0 comments on commit bb2907c

Please sign in to comment.