Skip to content

Commit

Permalink
Add Publish Step
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomdango committed Jun 20, 2023
1 parent eb97610 commit 6295e68
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,11 @@ jobs:

- name: Display structure of downloaded files
run: ls -R


- name: Publish Release
uses: "marvinpinto/[email protected]"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ inputs.release_version }}
prerelease: ${{ inputs.prerelease }}
files: cloudfront-logs-packages/*.zip

0 comments on commit 6295e68

Please sign in to comment.