Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huibizhang committed Jul 3, 2023
1 parent 4c463eb commit d03ce93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ jobs:
# echo "currentVersion=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
# - name: Show Current Version
# run: echo "currentVersion = ${{ steps.get_current_version.outputs.currentVersion }}"
- uses: MontyD/package-json-updated-action
- uses: johnnybenson/package-json-versioned-action@v1.0.8
id: version_updated
with:
path: package.json
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
- name: Show Previous Version
run: echo "previousVersion = ${{ steps.version_updated.outputs.previous-version }}"
Expand Down

0 comments on commit d03ce93

Please sign in to comment.