Skip to content

Commit

Permalink
Remove gcp step
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Feb 8, 2024
1 parent 2577638 commit 3a7a0e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a7a0e5

Please sign in to comment.