diff --git a/.github/workflows/tip.yml b/.github/workflows/tip.yml index 4c2e732..e6db98b 100644 --- a/.github/workflows/tip.yml +++ b/.github/workflows/tip.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - dev/refactoring-comments-and-tests jobs: clippy: @@ -64,8 +65,11 @@ jobs: with: path: target/out - name: Create release - uses: pyTooling/Actions/releaser@r0 + uses: ncipollo/release-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + name: tip-test + allowUpdates: true + removeArtifacts: true + prerelease: true files: target/out/*/* - rm: true