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 b80df1b commit 1411ec1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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
body_path: ${{ github.workspace }}/CHANGES.md
name: release ${{ steps.semvers.outputs.v_patch }}
tag_name: ${{ steps.semvers.outputs.v_patch }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

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

## [1.0.9] - 2022-08-27
### Added
- Changelog
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changes

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

0 comments on commit 1411ec1

Please sign in to comment.