Skip to content

Commit 4832f1a

Browse files
authored
Move publishing the GitHub release to the end (#27)
Signed-off-by: Dan Webb <[email protected]>
1 parent 1d3dde6 commit 4832f1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ jobs:
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}
1616

17-
- name: Create a GitHub release
18-
uses: ncipollo/[email protected]
19-
with:
20-
tag: ${{ steps.tag_version.outputs.new_tag }}
21-
name: Release ${{ steps.tag_version.outputs.new_tag }}
22-
body: ${{ steps.tag_version.outputs.changelog }}
23-
2417
- name: Docker metadata
2518
id: meta
2619
uses: docker/metadata-action@v4
@@ -54,3 +47,10 @@ jobs:
5447
ghcr.io/${{ github.repository }}:${{ steps.tag_version.outputs.new_tag }}
5548
ghcr.io/${{ github.repository }}:latest
5649
labels: ${{ steps.meta.outputs.labels }}
50+
51+
- name: Create a GitHub release
52+
uses: ncipollo/[email protected]
53+
with:
54+
tag: ${{ steps.tag_version.outputs.new_tag }}
55+
name: Release ${{ steps.tag_version.outputs.new_tag }}
56+
body: ${{ steps.tag_version.outputs.changelog }}

0 commit comments

Comments
 (0)