Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #175 from reload/github-output
Browse files Browse the repository at this point in the history
Fix deptrecated use of set-output in GitHub Action workflow
  • Loading branch information
arnested authored Dec 16, 2023
2 parents 87309c6 + 10c38cf commit bc4f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: arnested/go-version-action@v1
id: version
- run: echo ::set-output name=go-runtime::$(echo -n go${{ steps.version.outputs.go-mod-version }} | tr -d '.')
- run: echo name=go-runtime::$(echo -n go${{ steps.version.outputs.go-mod-version }} | tr -d '.') >> $GITHUB_OUTPUT
id: runtime
- uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit bc4f8f3

Please sign in to comment.