File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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/)" ,
You can’t perform that action at this time.
0 commit comments