Skip to content

Commit

Permalink
Merge pull request #57 from scramjetorg/fix/Bump_package_version
Browse files Browse the repository at this point in the history
Fix: bump package versions
  • Loading branch information
tomekcrm committed May 26, 2023
2 parents 88bc20d + def1612 commit 8eb8bc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/refapps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Nodejs v16
uses: actions/setup-node@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/refapps-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
jobs:
build-and-release:
name: Release Sample Apps
runs-on: ubuntu-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Nodejs v16
uses: actions/setup-node@v2
Expand All @@ -28,7 +28,7 @@ jobs:
run: ( cd scripts && npm install && ./run-script.js -w packages -e "npm install" )

- name: Bump package versions
run: ./scripts/run-script.js -w packages -e "npm version ${{ inputs.version }}"
run: ( cd scripts && ./run-script.js -w packages -e "npm version ${{ inputs.version }}" )

- name: Add and commit
run: git add . && git commit -m "Release version ${{ inputs.version }}"
Expand Down

0 comments on commit 8eb8bc5

Please sign in to comment.