Skip to content

Commit

Permalink
Merge pull request #3 from Dahlgren/update-readme
Browse files Browse the repository at this point in the history
Update README example
  • Loading branch information
veteran29 authored Jan 2, 2021
2 parents a1ac912 + bd8bae7 commit 4e82a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set VERSION env
run: echo ::set-env name=VERSION::$(echo ${GITHUB_REF:11})
run: echo VERSION=${GITHUB_REF:11} >> $GITHUB_ENV
- name: Build addon with HEMTT
uses: 16AAModTeam/hemtt@stable
with:
Expand Down

0 comments on commit 4e82a01

Please sign in to comment.