We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1daa20 commit 5a69b39Copy full SHA for 5a69b39
.github/workflows/release.yml
@@ -1,19 +1,19 @@
1
name: Release
2
on:
3
-# workflow_run:
4
-# workflows: ["CI"]
5
-# types: [completed]
+ workflow_run:
+ workflows: ["CI"]
+ types: [completed]
6
push:
7
branches: [main]
8
tags: ["*"]
9
jobs:
10
publish:
11
runs-on: ubuntu-20.04
12
- # if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
steps:
14
- uses: actions/[email protected]
15
with:
16
- fetch-depth: 0
+ ref: ${{ github.event.workflow_run.head_branch }}
17
- uses: olafurpg/setup-scala@v10
18
- uses: olafurpg/setup-gpg@v3
19
- run: |
0 commit comments