Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Sep 9, 2021
1 parent 2d54568 commit eed7e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
scripts: |
const version = context.payload.release.tag_name.substring(1)
core.exportVariable('VERISION', version)
core.exportVariable('VERSION', version)
- name: Checkout
uses: actions/[email protected]
- name: Set up Docker Buildx
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
scripts: |
const version = context.payload.release.tag_name.substring(1)
core.exportVariable('VERISION', version)
core.exportVariable('VERSION', version)
- name: Checkout
uses: actions/[email protected]
- name: Set up Docker Buildx
Expand Down

0 comments on commit eed7e3b

Please sign in to comment.