Skip to content

Commit

Permalink
Add checkout action to tagged release workflow and include README and…
Browse files Browse the repository at this point in the history
… LICENCE in release.
  • Loading branch information
hreikin committed Jan 21, 2023
1 parent 54b205d commit 0e33a92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v3
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
README.md
LICENSE.txt

0 comments on commit 0e33a92

Please sign in to comment.