Skip to content

Commit 2251317

Browse files
authored
Merge pull request #45 from weierophinney/hotfix/actions-tagger-config
Fix YAML config for actions-tagger workflow
2 parents 54c9b00 + 96817a4 commit 2251317

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-major-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ name: "Keep major release version up-to-date"
44

55
on:
66
release:
7-
types:
8-
- published
9-
- edited
7+
types: [published]
108

119
jobs:
1210
actions-tagger:
@@ -17,4 +15,4 @@ jobs:
1715
publish_latest_tag: false
1816
prefer_branch_releases: false
1917
env:
20-
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN}}
18+
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"

0 commit comments

Comments
 (0)