Skip to content

Commit

Permalink
build: agree on the name of the goreleaser step
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cornick <[email protected]>
  • Loading branch information
mcornick committed Feb 9, 2024
1 parent ed1cfab commit e1c32a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
MASTODON_CLIENT_ID: ${{ secrets.MASTODON_CLIENT_ID }}
MASTODON_CLIENT_SECRET: ${{ secrets.MASTODON_CLIENT_SECRET }}
id: run-goreleaser
id: goreleaser
uses: goreleaser/[email protected]
with:
args: release --clean
version: latest
- run: rm /home/runner/gpgkey.asc
shell: bash
- env:
ARTIFACTS: "${{ steps.run-goreleaser.outputs.artifacts }}"
ARTIFACTS: "${{ steps.goreleaser.outputs.artifacts }}"
id: hash
run: |
set -euo pipefail
Expand Down

0 comments on commit e1c32a0

Please sign in to comment.