Update CI pipy (#5240)

This commit is contained in:
merwanehamadi
2023-09-16 17:00:46 -07:00
committed by GitHub
parent ece9e85b41
commit 4e43e4be78

View File

@@ -43,11 +43,11 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"
artifacts: "benchmark/dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
generateReleaseNotes: true
tag: v${{ steps.check-version.outputs.version }}
generateReleaseNotes: false
tag: agbenchmark-v${{ steps.check-version.outputs.version }}
commit: master
- name: Build and publish