Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Drop package name tag prefix for workflow #420

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Conversation

natebosch
Copy link
Contributor

Fix an incorrect copy/paste.

Fix an incorrect copy/paste.
@natebosch natebosch requested review from kevmoo and devoncarew June 1, 2023 03:57
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

Package publishing

Package Version Status Publish tag (post-merge)
package:code_builder 4.5.0 ready to publish v4.5.0

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

@natebosch natebosch merged commit b07f6b3 into master Jun 1, 2023
@natebosch natebosch deleted the no-tag-prefix branch June 1, 2023 04:02
@@ -7,7 +7,7 @@ on:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

mosuem pushed a commit to dart-lang/tools that referenced this pull request Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants