Skip to content

Commit

Permalink
Tidy up workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jun 2, 2024
1 parent 9f834b8 commit ae0f7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
needs: [create_release, env_vars]
steps:
- name: Set up Go
- uses: actions/setup-go@v5
uses: actions/setup-go@v5
with:
cache: false
go-version: '^1.22'

- name: Check out repository into the Go module directory
- uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Select correct tag
run: git checkout ${{ github.ref_name }}
Expand Down

0 comments on commit ae0f7cc

Please sign in to comment.