diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea04b11..759fecf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,6 @@ jobs: - uses: actions/setup-go@v4 with: go-version: 1.21.x - - name: Get Version - run: | - VERSION="${{ github.event.inputs.version }}" - MODIFIED_VERSION="${VERSION//./-}" - echo "VERSION_GCP=$MODIFIED_VERSION" >> $GITHUB_ENV - run: go mod download - run: go install github.com/a-h/templ/cmd/templ@latest - name: Generate Templ Files