diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fda8a9201..4e6890019 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # .github/workflows/release.yaml -name: goreleaser +name: Generate Release Artifacts on: push: @@ -18,15 +18,11 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - name: Set Branch - id: set_branch - run: | - echo "branch=${GITHUB_REF_NAME%.*}.x" >> $GITHUB_OUTPUT - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 - ref: ${{ steps.set_branch.outputs.branch }} + ref: ${{ github.ref_name }} - uses: actions/setup-node@v4 with: node-version: 20