Skip to content

Commit 87a8984

Browse files
File extension issue?
1 parent 609cd20 commit 87a8984

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish-release-artifacts.yaml renamed to .github/workflows/publish-release-artifacts.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Publish Artifacts on Release
22
on:
33
push:
4-
branches:
5-
- main
6-
# :
7-
# tags:
8-
# - 'v*'
4+
tags:
5+
- 'v*'
96
permissions:
107
contents: write
118

0 commit comments

Comments
 (0)