We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986df1c commit ab826f3Copy full SHA for ab826f3
.github/workflows/publish-package-to-ghcr.yml
@@ -43,6 +43,9 @@ jobs:
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
+ - name: Wait for GitHub to process the tag and draft release
47
+ run: sleep 10
48
+
49
- name: Publish Release Draft
50
uses: actions/github-script@v6.4.1
51
if: (steps.tag-action.outputs.tag != '')
@@ -166,4 +169,4 @@ jobs:
166
169
with:
167
170
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
168
171
subject-digest: ${{ steps.push.outputs.digest }}
- push-to-registry: true
172
+ push-to-registry: true
0 commit comments