Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
giorio94 committed Feb 5, 2021
1 parent c544735 commit 0c81faf
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/integration.yml
Expand Up @@ -135,7 +135,7 @@ jobs:
}
release:
runs-on: ubuntu-latest
needs: [build, test, configure]
needs: [configure]
if: github.event_name == 'push' && github.event.repository.full_name == 'liqotech/liqo' && startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
Expand Down Expand Up @@ -167,16 +167,6 @@ jobs:
echo "${{ steps.changelog.outputs.changelog }}" > ./CHANGELOG.md
sed -i "1s/.*/## Changes since ${{ needs.configure.outputs.commit_ref }}/" ./CHANGELOG.md
- name: Create release
id: create_release
uses: actions/create-release@v1
with:
tag_name: ${{ needs.configure.outputs.commit_ref }}
release_name: ${{ needs.configure.outputs.commit_ref }}
body_path: ./CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}

test:
name: Launch Test
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 0c81faf

Please sign in to comment.