We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c82af commit daece57Copy full SHA for daece57
.github/workflows/npmpublish.yml
@@ -17,8 +17,6 @@ on:
17
jobs:
18
publish-package:
19
runs-on: ubuntu-latest
20
- env:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
steps:
23
- name: Checkout Repository
24
uses: actions/checkout@v2
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.22.3",
+ "version": "1.22.4",
3
"name": "@rapidapi/httpsnippet",
4
"description": "HTTP Request snippet generator for *most* languages",
5
"author": "Ahmad Nassri <ahmad@mashape.com> (https://www.mashape.com/)",
0 commit comments