Skip to content

Commit

Permalink
Merge pull request #7 from Lawndlwd/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Lawndlwd authored May 25, 2024
2 parents 20c3953 + a7f3038 commit 23a1ef0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- dev

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -25,7 +25,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: pnpm/[email protected]

with:
version: 9.1.1
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "unused-i18n",
"name": "@lawndlwd/unused-i18n",
"version": "0.1.8",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"main"
Expand Down

0 comments on commit 23a1ef0

Please sign in to comment.