Skip to content

Commit

Permalink
Merge pull request #15 from mato533/release/v1.0.10
Browse files Browse the repository at this point in the history
Release/v1.0.10
  • Loading branch information
mato533 authored Jun 19, 2023
2 parents 98abb2e + 1370ea1 commit c0639bd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
31 changes: 29 additions & 2 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
pull_request:
branches:
Expand Down Expand Up @@ -78,6 +80,29 @@ jobs:
- name: Publish
run: echo "NPM PUBLISH"
upload-coverage:
needs:
- prepare
- test

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn --frozen-lockfile

- name: Run the coverage
run: |
echo "run coverage"
- name: Upload the coverage file
run: |
echo coverage
tag:
needs:
Expand Down Expand Up @@ -114,8 +139,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Pull the remote branch
run: git pull $(git remote show) ${{ github.ref_name }}
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- uses: actions/setup-node@v3
with:
node-version: "18.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci-test-project",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",
"repository": "https://github.com/mato533/test1.git",
"author": "mato533 <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ CHANGELOG
1.0.8
1.0.8
1.0.9
1.0.10

0 comments on commit c0639bd

Please sign in to comment.