Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
butlerx committed Jan 31, 2022
1 parent 1b21d49 commit 6e7817e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
- uses: actions/setup-node@v2
with:
registry-url: 'https://npm.pkg.github.com'
- name: Publish to Guthib PKG if version has been updated
- name: Publish to Github PKG if version has been updated
uses: pascalgn/npm-publish-action@1.3.8
with:
tag_name: 'v%s'
tag_message: 'v%s'
create_tag: false
commit_pattern: "^Release (\\S+)"
publish_args: '--non-interactive'
env:
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": "wetty",
"version": "2.2.0",
"version": "2.2.1",
"description": "WeTTY = Web + TTY. Terminal access in browser over http/https",
"homepage": "https://github.com/butlerx/wetty",
"license": "MIT",
Expand Down

0 comments on commit 6e7817e

Please sign in to comment.