Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
chore(package.json) Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielboliveira committed Oct 23, 2022
1 parent ca54dc6 commit 6a9a99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release to npm

on:
release:
types: [created]
types: [published]

jobs:
build:
Expand All @@ -29,9 +29,8 @@ jobs:

- name: Build
run: yarn build

- name: Release to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracking-correios",
"version": "1.3.0",
"version": "1.3.1",
"description": "Módulo para consulta do rastreio de pacotes do Correios",
"main": "dist/track.js",
"scripts": {
Expand Down

0 comments on commit 6a9a99d

Please sign in to comment.