Skip to content

Commit 7e93ca0

Browse files
committed
fix contrib.yml
1 parent cc21577 commit 7e93ca0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/contrib.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ on:
2525
- "closed"
2626

2727
jobs:
28-
if: ${{ github.event.pull_request.merged }}
2928
share_version:
29+
if: ${{ github.event.pull_request.merged }}
3030
runs-on: ubuntu-latest
3131
outputs:
3232
version: "${{ steps.get_version.outputs.version }}"
@@ -41,6 +41,7 @@ jobs:
4141
# Set the version as an output
4242
echo "::set-output name=version::$version"
4343
push_tag:
44+
if: ${{ github.event.pull_request.merged }}
4445
runs-on: ubuntu-latest
4546
needs: read_version
4647
steps:

0 commit comments

Comments
 (0)