Skip to content

Commit

Permalink
Merge pull request #17 from sebastienrousseau/feat/pain001
Browse files Browse the repository at this point in the history
fix(pain001): ci changes
  • Loading branch information
sebastienrousseau authored Mar 18, 2023
2 parents c9946c5 + d563e3c commit 5614c70
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
branches:
- main
- 'feat/*'
push:
branches:
- main
- 'feat/*'

jobs:

Expand Down Expand Up @@ -145,14 +150,3 @@ jobs:
echo "$(git log --pretty=format:'%s' --reverse $(git describe --tags --abbrev=0)..HEAD)" >> ${{ github.workspace }}/CHANGELOG.md
# Append empty line to CHANGELOG.md
echo "" >> ${{ github.workspace }}/CHANGELOG.md
# Append artifact links to the changelog
# - name: Append Artifact Links 🔗
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
# run: |
# echo "" >> ${{ github.workspace }}/CHANGELOG.md
# echo "## Artifacts 🎁" >> ${{ github.workspace }}/CHANGELOG.md
# for filename in dist/*; do
# link="$(basename $filename)"
# echo "* [$link](${{ env.RELEASES_URL }}/$link)" >> ${{ github.workspace }}/CHANGELOG.md
# done

0 comments on commit 5614c70

Please sign in to comment.