Skip to content

Commit 2a9a5ad

Browse files
Possible workflow release fix
1 parent 29f065f commit 2a9a5ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
name: release-package
22
on:
3-
release:
4-
types:
5-
- released
63
workflow_run:
74
workflows: ["run-tests"]
85
types:
96
- completed
107

118
jobs:
129
package-release:
13-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
10+
if: startsWith(github.ref, 'refs/tags/')
1411
runs-on: ubuntu-latest
1512
steps:
1613
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)