Skip to content

Commit

Permalink
ci: changesets tag on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Aug 23, 2024
1 parent be7d480 commit d141e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- "v*"
- "*"

env:
REGISTRY: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
with:
title: "Version Packages"
commit: "chore(release): version packages"
publish: pnpm changeset tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d141e80

Please sign in to comment.