Skip to content

Conversation

@tuha263
Copy link
Contributor

@tuha263 tuha263 commented Nov 13, 2025

🤖 UPM Auto-Publishing Workflow

This PR adds automated Unity Package Manager (UPM) publishing to this repository.

What This Does

  • Triggers: Automatically when package.json is updated on master
  • Action: Publishes packages to upm.the1studio.org
  • Registry: Uses organization-level NPM_TOKEN secret

How to Use After Merge

  1. Update version in your package.json
  2. Commit and push to master
  3. GitHub Actions automatically publishes

Package Details

  • com.theone.adquality at Assets/IronSourceAdQuality
  • com.theone.ironsource-adquality at .

Documentation

Checklist

  • Review detected packages above

  • Review workflow file

  • Ensure NPM_TOKEN secret is set in organization settings

  • Merge PR

  • Test with a version bump


🤖 This PR was automatically created by the UPM Auto Publisher registration system.Repository registered: 2025-11-13

This workflow automatically publishes Unity packages to upm.the1studio.org when package.json versions are updated.

Setup by UPM Auto Publisher system.

Repository: The1Studio/UnityAdQualitySDK

Date: 2025-11-13

Co-Authored-By: UPM Auto Publisher <noreply@the1studio.org>
@tuha263 tuha263 merged commit be4acdc into master Nov 13, 2025
@tuha263
Copy link
Contributor Author

tuha263 commented Nov 13, 2025

⚙️ Post-Merge Actions

After merging this PR:

  1. Test the workflow: Update a package version and push to trigger auto-publishing
  2. Status auto-updates: Within 6 hours, the status will automatically change from pending to active in UPMAutoPublisher's repositories.json
    • Or manually trigger: gh workflow run sync-repo-status.yml in UPMAutoPublisher

Registry Configuration

The workflow is configured to publish to:

  • Registry: Configured via UPM_REGISTRY variable (default: https://upm.the1studio.org/)
  • Authentication: Uses organization-level NPM_TOKEN secret

No need to set publishConfig.registry in your package.json - the workflow handles registry configuration automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants