Skip to content

Commit

Permalink
🔖 top tag and release of github
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Oct 21, 2024
1 parent 4b0290b commit a8adbea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/fair-pigs-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fessional/razor-common": patch
"@fessional/razor-mobile": patch
---

✨ common covert utils #61
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
title: ":rocket: release versions"
version: .changeset/bump-top.sh
publish: pnpm ver:publish
createGithubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -115,3 +116,11 @@ jobs:
echo "| $(echo $pkg | jq -r '.name') | $(echo $pkg | jq -r '.version') |" >> $GITHUB_STEP_SUMMARY
done
echo "" >> $GITHUB_STEP_SUMMARY
- name: Github Release
id: release
if: steps.changesets.outputs.published == 'true'
uses: halvardssm/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "./package.json"

0 comments on commit a8adbea

Please sign in to comment.