Skip to content

Commit 6573086

Browse files
committed
fix: github workflow
1 parent 6ad86ca commit 6573086

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/tag.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- main
1010
tags:
1111
- "v.*"
12+
paths:
13+
- 'package.json'
1214

1315
jobs:
1416
tag:
@@ -22,17 +24,6 @@ jobs:
2224
- name: set version to env
2325
run: node -p -e '`VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
2426

25-
# バージョン情報持つタグを付与する
26-
# - name: add version tag
27-
# uses: pkgdeps/git-tag-action@v2
28-
# with:
29-
# version: ${{ env.VERSION }}
30-
# github_token: ${{ secrets.GITHUB_TOKEN }}
31-
# github_repo: ${{ github.repository }}
32-
# git_commit_sha: ${{ github.sha }}
33-
# git_tag_prefix: "v"
34-
35-
3627
- name: Create Release
3728
id: create_release
3829
uses: actions/create-release@v1

.replit

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
modules = ["nodejs-20"]
2+
run = "yarn run dev"
3+
4+
[nix]
5+
channel = "stable-24_05"
6+
7+
[deployment]
8+
run = ["sh", "-c", "yarn run dev"]

0 commit comments

Comments
 (0)