Skip to content

Commit

Permalink
Correct variable interpolation
Browse files Browse the repository at this point in the history
Change-Id: I720615749a75c75926d54c4188971e55912b1320
  • Loading branch information
kamaradclimber committed Dec 22, 2020
1 parent 5d2be18 commit 8de1931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: get_version
run: echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}
- name: prepare deploy
run: cd dist && zip -r marathon-ui-${{TAG}}.zip .
run: cd dist && zip -r marathon-ui-${TAG}.zip .
env:
TAG: ${{ steps.get_version.outputs.TAG }}
- name: push release
Expand Down

0 comments on commit 8de1931

Please sign in to comment.