Skip to content

Commit 637f7cc

Browse files
authored
Merge pull request #283 from vue-pivottable/develop
🔄 Integrate develop → staging
2 parents b489844 + b25f70b commit 637f7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
update-versions:
5656
name: Update Versions and Sync
5757
needs: check-versions
58-
if: needs.check-versions.outputs.has_beta == 'true'
5958
runs-on: ubuntu-latest
6059
permissions:
6160
contents: write
@@ -86,6 +85,7 @@ jobs:
8685
git config user.email "github-actions[bot]@users.noreply.github.com"
8786
8887
- name: Update versions
88+
if: needs.check-versions.outputs.has_beta == 'true'
8989
id: version-update
9090
run: |
9191
echo "📝 Updating package versions..."

0 commit comments

Comments
 (0)