Skip to content

Conversation

@vaind
Copy link
Contributor

@vaind vaind commented Sep 18, 2025

Summary

Add artifactProvider: name: none configuration to .craft.yml

Details

This update specifies that the github-workflows repository doesn't need artifact publishing as part of its release process.

Changes

  • artifactProvider: Set to none since this repository doesn't publish artifacts to package managers
  • Simplifies the release process to focus only on GitHub releases
  • Follows the same pattern as console SDK repositories

Why This Change

The artifact provider configuration explicitly tells craft that no artifact publishing step is needed, which is appropriate for a repository containing reusable GitHub workflows rather than distributable packages.

#skip-changelog

🤖 Generated with Claude Code

Sets artifact provider to 'none' since this repository doesn't need
artifact publishing in its release process.
@vaind vaind marked this pull request as ready for review September 18, 2025 17:06
@vaind vaind merged commit 06ba389 into main Sep 18, 2025
22 checks passed
@vaind vaind deleted the chore/add-artifact-provider-config branch September 18, 2025 17:06
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