diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a386a0b..a19fe9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - # - name: Set variables - # id: variables - # run: | - # tag=`basename ${{ github.ref }}` + - name: Set variables + id: variables + run: | + tag=`basename ${{ github.ref }}` # golang_version=1.22 # cgo_enabled=0 @@ -53,7 +53,7 @@ jobs: uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - # tag_name: ${{ steps.variables.outputs.tag }} + tag_name: ${{ steps.variables.outputs.tag }} files: | bbx-${{ matrix.os }}-${{ matrix.arch }}