Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 21, 2023
1 parent 83a533b commit 3e159e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Ensure that version was changed
runs-on: ubuntu-latest
outputs:
version: ${{ steps.check_version.outputs.version }}
version: xxx
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -18,7 +18,6 @@ jobs:

- name: Check if version was changed
id: check_version
shell: bash
run: |
NEW_PACKAGE_VERSION=$(node -pe 'require("./package.json").version')
echo "$NEW_PACKAGE_VERSION"
Expand Down

0 comments on commit 3e159e4

Please sign in to comment.