Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
OTT-6126
  • Loading branch information
thatsddr committed Jun 21, 2024
1 parent b014ccb commit 2d4df69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ on:
release:
types: [published]

permissions:
contents: write

env:
GO_VERSION: 1.22

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: crazy-max/ghaction-import-gpg@v5
Expand Down

0 comments on commit 2d4df69

Please sign in to comment.