Skip to content

Commit

Permalink
Merge pull request #39 from RDPerera/main
Browse files Browse the repository at this point in the history
Fix "run:: command not found" error on workflow
  • Loading branch information
RDPerera committed Mar 12, 2024
2 parents 4fe05b2 + 5d728fe commit 4a89aee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-stage-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
java-version: 17.0.7

- name: Set ENV Variables
run: |
run: echo "VERSION=$((grep -w "version" | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV
run: echo "VERSION=$((grep -w "version" | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV

- name: Pre release depenency version update
env:
Expand Down

0 comments on commit 4a89aee

Please sign in to comment.