Skip to content

Commit 75e903c

Browse files
publish_release cleanup
1 parent 4518f18 commit 75e903c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish_release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
# checks if there's a commit in last 24hr
3333
check_date:
3434
runs-on: ubuntu-latest
35-
outputs:
36-
should_run: ${{ steps.should_run.outputs.should_run }}
3735
steps:
3836
- uses: actions/checkout@v2
3937
- name: print latest_commit
@@ -45,7 +43,7 @@ jobs:
4543
run: |
4644
test -z $(git rev-list --after="24 hours" ${{ github.sha }}) \
4745
&& (gh run cancel ${{ github.run_id }} \
48-
&& gh run watch ${{ github.run_id }})"
46+
&& gh run watch ${{ github.run_id }})
4947
env:
5048
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5149
publish_release:

0 commit comments

Comments
 (0)