diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 0ec0184248..490b252f41 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -35,17 +35,12 @@ jobs: with: path: /tmp/ucm - - name: set up release name - run: | - tag_name=$(echo "${{ github.ref }}" | awk -F'/' '{print $NF}') - echo "tag_name=$tag_name" >> $GITHUB_ENV - - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: ${{ env.tag_name }}-build + automatic_release_tag: ${{ github.ref_name }}-build prerelease: true - title: Development Build + title: Development Build (${{ github.ref_name }}) files: | /tmp/ucm/**/ucm-*.tar.gz /tmp/ucm/**/ucm-*.zip