fix: update package version
This commit is contained in:
@@ -61,13 +61,6 @@ jobs:
|
||||
committer_email: actions@github.com
|
||||
outputs:
|
||||
committed: ${{ steps.commit.outputs.committed }}
|
||||
experiment:
|
||||
needs: format
|
||||
name: experiment
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: test
|
||||
run: echo ${{ needs.format.outputs.committed }}
|
||||
test:
|
||||
needs: format
|
||||
if: needs.format.outputs.committed == 'false'
|
||||
|
||||
Reference in New Issue
Block a user