Skip to content

Commit

Permalink
Add 'master' tag to master workflow
Browse files Browse the repository at this point in the history
Previously, only extracted semver versions resulting in workflow errors when action updated
  • Loading branch information
Rick Henry committed Sep 12, 2022
1 parent aec8ef7 commit 6e42996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}.{{patch}}
# Get "master" for master-branch changes
type=ref,event=branch
- name: Download artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6e42996

Please sign in to comment.