Skip to content

Commit

Permalink
Update README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Jan 1, 2021
1 parent a1ac912 commit bd8bae7
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 bd8bae7

Please sign in to comment.