We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc21577 commit 7e93ca0Copy full SHA for 7e93ca0
1 file changed
.github/workflows/contrib.yml
@@ -25,8 +25,8 @@ on:
25
- "closed"
26
27
jobs:
28
- if: ${{ github.event.pull_request.merged }}
29
share_version:
+ if: ${{ github.event.pull_request.merged }}
30
runs-on: ubuntu-latest
31
outputs:
32
version: "${{ steps.get_version.outputs.version }}"
@@ -41,6 +41,7 @@ jobs:
41
# Set the version as an output
42
echo "::set-output name=version::$version"
43
push_tag:
44
45
46
needs: read_version
47
steps:
0 commit comments