Skip to content

Commit 6e42996

Browse files
author
Rick Henry
committed
Add 'master' tag to master workflow
Previously, only extracted semver versions resulting in workflow errors when action updated
1 parent aec8ef7 commit 6e42996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
type=semver,pattern={{version}}
7878
type=semver,pattern={{major}}.{{minor}}
7979
type=semver,pattern={{major}}.{{minor}}.{{patch}}
80+
# Get "master" for master-branch changes
81+
type=ref,event=branch
8082
8183
- name: Download artifact
8284
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)