File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 30
30
run : pnpm build
31
31
32
32
- 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
34
34
env :
35
35
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 3
3
4
4
[ ![ 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 )
5
5
[ ![ 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 )
7
8
<hr >
8
9
</div >
9
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " az-queue-consumer" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Lightweight Azure Queue Consumer" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments