diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index bb9c4cf9..0a53d565 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -40,6 +40,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: + tag_name: ${{ github.run_id}}.${{ github.run_number }} files: | dist/PBI*.pbiviz - run: echo "🍏 This job's status is ${{ job.status }}."