We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f310a8 + b1c2068 commit 54a42daCopy full SHA for 54a42da
.github/workflows/release-ghcr.yaml
@@ -4,6 +4,14 @@ on:
4
push:
5
tags:
6
- '**'
7
+ # GITHUB_SHA: Last commit in the tagged release
8
+ # GITHUB_REF: Tag ref of release refs/tags/<tag_name>
9
+ release:
10
+ types:
11
+ - published
12
+ # GITHUB_SHA: Last commit on the GITHUB_REF branch or tag
13
+ # GITHUB_REF: Branch or tag that received dispatch
14
+ workflow_dispatch: {}
15
16
env:
17
# Only to avoid some repetition
0 commit comments