Skip to content

Commit dd88075

Browse files
committed
workflow update create release
1 parent daece57 commit dd88075

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ jobs:
1818
publish-package:
1919
runs-on: ubuntu-latest
2020
steps:
21+
- name: Checkout GitHub Actions
22+
uses: actions/checkout@v2
23+
with:
24+
repository: RapidAPI/rapidapi-github-actions
25+
ref: master
26+
token: ${{ secrets.ACTIONS_ACCESS_KEY }}
27+
path: .github/actions
28+
29+
- name: Create GitHub Release
30+
uses: ./.github/actions/create-github-release
31+
with:
32+
github_head_ref: ${{ (github.head_ref) }}
33+
github_base_ref: ${{ (github.base_ref) }}
34+
ACTIONS_ACCESS_KEY: ${{ (secrets.ACTIONS_ACCESS_KEY) }}
35+
2136
- name: Checkout Repository
2237
uses: actions/checkout@v2
2338
with:

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.4",
2+
"version": "1.22.5",
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)