Skip to content

Commit b16b1f1

Browse files
authored
Merge pull request #8 from J-R-Oliver/7-fix-release-workflow-git-push-step
Fix release workflow git push step
2 parents 188f68d + 8a0b0cf commit b16b1f1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232
- name: Commit Changelog
33-
run: git push
33+
run: git push origin HEAD:main

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# gl-code-quality-openapi-validator
22

33
[![Build](https://github.com/J-R-Oliver/gl-code-quality-openapi-validator/actions/workflows/build.yml/badge.svg)](https://github.com/J-R-Oliver/gl-code-quality-openapi-validator/actions/workflows/build.yml)
4+
[![npm version](https://badge.fury.io/js/gl-code-quality-openapi-validator.svg)](https://badge.fury.io/js/gl-code-quality-openapi-validator)
45
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
56
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
7+
![NPM Downloads](https://img.shields.io/npm/dw/gl-code-quality-openapi-validator)
8+
69

710
<table>
811
<tr>

0 commit comments

Comments
 (0)