Skip to content

Commit

Permalink
ci(actions): bump and
Browse files Browse the repository at this point in the history
also update the release section in the readme
  • Loading branch information
moshfeu committed Mar 31, 2024
1 parent 63e99cc commit 1eaa544
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: Installing dependencies
run: yarn
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ To release a new version, just push a new tag. The tag should be in the format `

Once you happy with the release, just publish it.

Let's say the version is `1.2.3`:

```shell
git tag -a v1.2.3 -m "1.2.3"
git push origin refs/tags/v1.2.3
```

### Stack

<table>
Expand Down

0 comments on commit 1eaa544

Please sign in to comment.