Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# with:
# token: ${{ secrets.TOKEN }}
# # ref: develop

# - name: pull latest develop branch changes
# run: git pull origin develop
with:
token: ${{ secrets.TOKEN }}
ref: develop

- name: set global attributes
run: |
git config --global user.email "bmsteve96@gmail.com"
git config --global user.name "Benedict Steven"
git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@github.com/${{ github.repository }}
- name: Build
run: |
git fetch --all
git checkout develop
npm install
run: npm install


- name: Build
run: |
git fetch --all
git checkout develop
npm run build
run: npm run build

- name: bump version actions
uses: bmsteven/bump-version@1.0.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automate-pull-request",
"version": "1.0.1",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
Expand Down