Skip to content

Commit

Permalink
Merge pull request #17 from JacekZubielik/dev-release
Browse files Browse the repository at this point in the history
Dev release
  • Loading branch information
JacekZubielik authored May 14, 2024
2 parents a4691ee + c4536ae commit 86206f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@ jobs:
# preset: "conventionalcommits"
release-count: 0

# - name: Create Release
# uses: actions/create-release@v1
# if: ${{ steps.changelog.outputs.skipped == 'false' }}
# env:
# GITHUB_TOKEN: ${{ secrets.github_token }}
# with:
# tag_name: ${{ steps.changelog.outputs.tag }}
# release_name: ${{ steps.changelog.outputs.tag }}
# body: ${{ steps.changelog.outputs.clean_changelog }}

- name: Create Release
uses: softprops/action-gh-release@v2
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
body_path: ./CHANGELOG.txt
token: ${{ secrets.CHANGELOG_TOKEN }}
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
files: |
./CHANGELOG.md

# - name: Create Release
# uses: softprops/action-gh-release@v2
# if: ${{ steps.changelog.outputs.skipped == 'false' }}
# with:
# body_path: ./CHANGELOG.txt
# token: ${{ secrets.CHANGELOG_TOKEN }}
# tag_name: ${{ steps.changelog.outputs.tag }}
# body: ${{ steps.changelog.outputs.clean_changelog }}
# files: |
# ./CHANGELOG.md

image:
runs-on: [ubuntu-latest]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a>
</p>


Test fix1
Test fix2
## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
Expand Down

0 comments on commit 86206f4

Please sign in to comment.