Skip to content

Commit 8fec891

Browse files
committed
fix: fix readme and bumped version
1 parent f7de413 commit 8fec891

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: pnpm build
3131

3232
- name: Publish
33-
run: pnpm publish --access public --tag ${{ env.RELEASE_TAG }}
33+
run: pnpm publish --access public --tag $GITHUB_REF_NAME --no-git-checks
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
[![main](https://github.com/aarontravass/azure-queue-storage-consumer/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/aarontravass/azure-queue-storage-consumer/actions/workflows/main.yml)
55
[![codecov](https://codecov.io/gh/aarontravass/azure-queue-storage-consumer/branch/main/graph/badge.svg?token=Agx0UiAO5s)](https://codecov.io/gh/aarontravass/azure-queue-storage-consumer)
6-
6+
[![npm version](https://badge.fury.io/js/az-queue-consumer.svg)](https://badge.fury.io/js/az-queue-consumer)
7+
![NPM License](https://img.shields.io/npm/l/az-queue-consumer)
78
<hr>
89
</div>
910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "az-queue-consumer",
3-
"version": "1.0.0",
3+
"version": "1.0.3",
44
"description": "Lightweight Azure Queue Consumer",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)