Skip to content

Commit

Permalink
PMM-12339 remove go tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Jul 19, 2023
1 parent f639f1d commit 422b677
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@ on:
- v*
# manually trigger the release
workflow_dispatch:

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: percona-platform/checkout@v2
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: percona-platform/setup-go@v2

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
-
name: Login to GitHub Container Registry
uses: percona-platform/login-action@v1
go-version-file: ${{ github.workspace }}/go.mod

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Run GoReleaser
uses: percona-platform/goreleaser-action@v2

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 422b677

Please sign in to comment.