Skip to content

Commit

Permalink
fix: output attribute typo
Browse files Browse the repository at this point in the history
  • Loading branch information
import-benjamin authored Dec 30, 2023
1 parent 6211c2c commit 3ec5756
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 @@ -41,6 +41,6 @@ jobs:
id: release

- run: skopeo copy docker://ghcr.io/${REPOSITORY@L}:main docker://ghcr.io/${REPOSITORY@L}:${{ steps.release.outputs.tag_name }}
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}
env:
REPOSITORY: ${{ github.repository }}

0 comments on commit 3ec5756

Please sign in to comment.