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

Commit

Permalink
refactor: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvescosta committed Aug 27, 2022
1 parent 7b558f6 commit 9173334
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
# body_path: ${{ github.workspace }}/CHANGELOG.md
tag_name: ${{ steps.semvers.outputs.v_patch }}
generate_release_notes: true
body_path: ${{ github.workspace }}/CHANGELOG.md
name: release ${{ steps.semvers.outputs.v_patch }}
tag_name: ${{ steps.semvers.outputs.v_patch }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.8] - 2022-08-27
### Added
- Changelog

0 comments on commit 9173334

Please sign in to comment.