Skip to content

Commit

Permalink
Merge pull request #4 from cyator/feature-release
Browse files Browse the repository at this point in the history
ci: updated CI.yml
  • Loading branch information
cyator authored Sep 23, 2022
2 parents 62b77c3 + 9d2b826 commit 8b2acf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
artifacts: ${{ steps.tag_version.outputs.new_tag }}/"docker-compose.yaml",${{ steps.tag_version.outputs.new_tag }}/"telegraf.conf",${{ steps.tag_version.outputs.new_tag }}/"mosquitto.conf"
artifacts: "docker-compose.yaml,telegraf.conf,mosquitto.conf"
generateReleaseNotes: true

0 comments on commit 8b2acf7

Please sign in to comment.