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.
1 parent aec8ef7 commit 6e42996Copy full SHA for 6e42996
.github/workflows/master.yml
@@ -77,6 +77,8 @@ jobs:
77
type=semver,pattern={{version}}
78
type=semver,pattern={{major}}.{{minor}}
79
type=semver,pattern={{major}}.{{minor}}.{{patch}}
80
+ # Get "master" for master-branch changes
81
+ type=ref,event=branch
82
83
- name: Download artifact
84
uses: actions/download-artifact@v3
0 commit comments