Skip to content

Commit 0818885

Browse files
committed
Release pipeline only running for published released type
1 parent a865737 commit 0818885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ name: .Create Release Packages
55

66
on:
77
release:
8-
types: [created, published]
8+
types: [published]
99

1010
permissions:
1111
contents: write
1212

1313
jobs:
1414
build:
15-
name: Builds the entire solution
15+
name: Build the entire solution
1616
runs-on: windows-latest
1717

1818
steps:
@@ -101,7 +101,7 @@ jobs:
101101
retention-days: 7
102102

103103
publish:
104-
name: Publish the application and create the packages
104+
name: Publish and package
105105
runs-on: windows-latest
106106
needs: [build, tests, e2e-tests]
107107

0 commit comments

Comments
 (0)