Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Jul 30, 2024
1 parent c9d1666 commit 080779c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,18 @@ jobs:
bump_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.git_ref_name }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_version }}
cache: ${{ inputs.node_cache }}
registry-url: ${{ inputs.node_registry_url }}
scope: ${{ inputs.node_scope }}
- name: 'Pull latest'
run: |
git pull origin ${{ inputs.git_ref_name }}
- uses: actions/checkout@v4
with:
ref: ${{ inputs.git_ref_name }}
- name: 'Read current package version'
uses: iwsllc/actions/read-package-version@main
uses: iwsllc/read-package-version@main
with:
workspace: ${{ inputs.version_workspace }}
- name: 'Bump version'
Expand Down

0 comments on commit 080779c

Please sign in to comment.