diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 537dfd9..27d012c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -17,6 +17,7 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: "README.md" + tag: "latest-nightly" commit: ${{ github.sha }} body: "Test"