Skip to content

Commit

Permalink
[chore] tag 다시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
suu3 committed Dec 7, 2024
1 parent b692fbd commit be273b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"tag": "v"
}
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
PUBLISH_BRANCH: deploy
PUBLISH_DIR: ./public
# - name: Create Tag
# id: changesets
# uses: changesets/action@v1
# with:
# publish: pnpm changeset tag
# env:
# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Create Tag
id: changesets
uses: changesets/action@v1
with:
publish: pnpm changeset tag
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit be273b4

Please sign in to comment.