Skip to content

Commit

Permalink
*facepalm* YAML is indentation-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Aug 21, 2020
1 parent 5c62113 commit c2ae3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mv ./icon.png ./app
- name: Put the current git tag into ENV variables
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}

- name: Generate icons
working-directory: ./app
Expand Down

0 comments on commit c2ae3b3

Please sign in to comment.