File tree 1 file changed +2
-51
lines changed
1 file changed +2
-51
lines changed Original file line number Diff line number Diff line change 1
- name : Create Release
1
+ name : Create release
2
2
3
3
on :
4
4
push :
5
5
tags :
6
6
- " v*"
7
7
8
- # jobs:
9
- # build:
10
- # runs-on: ubuntu-latest
11
- # steps:
12
- # - name: Checkout
13
- # uses: actions/checkout@v2
14
- # with:
15
- # fetch-depth: 0
16
-
17
- # - name: Set up Node.js
18
- # uses: actions/setup-node@v2
19
- # with:
20
- # node-version: 14.x
21
-
22
- # - name: Set up lerna yarn cache
23
- # uses: actions/cache@v2
24
- # with:
25
- # path: |
26
- # node_modules
27
- # */*/node_modules
28
- # ~/.cache/yarn
29
- # ~/.cache/Cypress
30
- # key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
31
-
32
- # - name: Install yarn dependencies
33
- # if: steps.cache.outputs.cache-hit != 'true'
34
- # run: yarn install --pure-lockfile
35
-
36
- # - name: Build the extension
37
- # run: yarn run build && node release.js && yarn run test && yarn run zip
38
-
39
- # - name: Create Release for Tag
40
- # id: release_tag
41
- # uses: Akryum/release-tag@conventional
42
- # env:
43
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- # with:
45
- # tag_name: ${{ github.ref }}
46
- # preset: angular
47
-
48
- # - name: Upload artifacts
49
- # uses: softprops/action-gh-release@v1
50
- # if: startsWith(github.ref, 'refs/tags/')
51
- # with:
52
- # files: |
53
- # dist/devtools-*
54
-
55
8
jobs :
56
9
build :
57
10
name : Create Release
64
17
65
18
- name : Create Release for Tag
66
19
id : release_tag
67
- uses : Akryum/release-tag@conventional
20
+ uses : Akryum/release-tag@v4.0.7
68
21
env :
69
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70
23
with :
71
24
tag_name : ${{ github.ref }}
72
- preset : angular # Use conventional-changelog preset
73
-
You can’t perform that action at this time.
0 commit comments