diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-10-29 18:23:34 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-29 18:23:34 +0200 |
commit | b190f045e896fe5f1646e0807ab0bea008ee8950 (patch) | |
tree | 5f04ede8f2191bac52b64d035aad258c594f3e9d /.github | |
parent | f1b2c5fc8c2f2adbf111ab25fdb3e0e15442ff70 (diff) |
chore: bump plugins version (#3276)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/plugins.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 46c88c81..d6d914b8 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -20,7 +20,7 @@ on: jobs: plugins-version-bump: runs-on: ubuntu-latest - continue-on-error: true + continue-on-error: false permissions: contents: write pull-requests: write |