diff --git a/.github/workflows/NEW_RELEASE.yml b/.github/workflows/NEW_RELEASE.yml index 49e84cd5..e567d6a2 100644 --- a/.github/workflows/NEW_RELEASE.yml +++ b/.github/workflows/NEW_RELEASE.yml @@ -62,6 +62,7 @@ jobs: with: path: ./app/build/outputs/apk/debug/app-debug.apk github-token: ${{secrets.FORBD}} + tag_name: ${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }} - name: Releases uses: softprops/action-gh-release@v1