Skip to content

Commit

Permalink
Update experimental.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filwiesner committed Nov 29, 2020
1 parent eb90cc1 commit 38c0148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${$GITHUB_REF | cut -d"/" -f5}
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 5)

- name: Publish locally (generating metadata for the upload)
run: gradle publishToMavenLocal
Expand Down

0 comments on commit 38c0148

Please sign in to comment.