Skip to content

Commit daece57

Browse files
committed
workflow update
1 parent 29c82af commit daece57

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ on:
1717
jobs:
1818
publish-package:
1919
runs-on: ubuntu-latest
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2220
steps:
2321
- name: Checkout Repository
2422
uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.22.3",
2+
"version": "1.22.4",
33
"name": "@rapidapi/httpsnippet",
44
"description": "HTTP Request snippet generator for *most* languages",
55
"author": "Ahmad Nassri <ahmad@mashape.com> (https://www.mashape.com/)",

0 commit comments

Comments
 (0)