Skip to content

Commit

Permalink
build: update release with newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 20, 2024
1 parent 4e64e38 commit a962fd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check
run: make check
Expand Down Expand Up @@ -78,7 +80,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: release_url
path: release_url

- name: Distribute
run: make dist
Expand All @@ -87,7 +88,7 @@ jobs:
id: get_release_info
shell: bash
run: |
value=`cat release_url/release_url.txt`
value=`cat release_url.txt`
echo ::set-output name=upload_url::$value
env:
TAG_REF_NAME: ${{ github.ref }}
Expand Down

0 comments on commit a962fd3

Please sign in to comment.