diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f0de8df..2f53dc3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -58,6 +58,7 @@ jobs: artifacts: "release/*" tag: ${{ steps.get_version.outputs.version }} token: ${{ secrets.GITHUB_TOKEN }} + commit: ${{ github.sha }} - name: Cleaning-Up Testbed if: always() diff --git a/version b/version index b4e382e..a02cc4f 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.84 \ No newline at end of file +0.1.85 \ No newline at end of file