We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13f178a + 637f7cc commit 2e6fcd6Copy full SHA for 2e6fcd6
.github/workflows/update-version.yml
@@ -55,7 +55,6 @@ jobs:
55
update-versions:
56
name: Update Versions and Sync
57
needs: check-versions
58
- if: needs.check-versions.outputs.has_beta == 'true'
59
runs-on: ubuntu-latest
60
permissions:
61
contents: write
@@ -86,6 +85,7 @@ jobs:
86
85
git config user.email "github-actions[bot]@users.noreply.github.com"
87
88
- name: Update versions
+ if: needs.check-versions.outputs.has_beta == 'true'
89
id: version-update
90
run: |
91
echo "📝 Updating package versions..."
0 commit comments