Skip to content

Commit 2e6fcd6

Browse files
authored
Merge pull request #284 from vue-pivottable/staging
Staging
2 parents 13f178a + 637f7cc commit 2e6fcd6

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)