Skip to content

Commit f015ab1

Browse files
Merge branch 'ubq-development' into fix/bumps
# Conflicts: # dist/plugin/index.js
2 parents 4ff3de1 + 40864db commit f015ab1

2 files changed

Lines changed: 29332 additions & 78652 deletions

File tree

.github/workflows/compute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "plugin name"
2727
runs-on: ubuntu-latest
2828
permissions: write-all
29-
environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }}
29+
environment: ${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) && 'main' || 'development' }}
3030
env:
3131
PLUGIN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }}

0 commit comments

Comments
 (0)