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 d1eeb3e commit eb90cc1
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#refs/tags/ | cut -d "/" -f 3}
run: echo ::set-output name=VERSION::${$GITHUB_REF | cut -d"/" -f5}

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

0 comments on commit eb90cc1

Please sign in to comment.