Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
Former-commit-id: 666eb3e
  • Loading branch information
vadzz-dev committed Jun 1, 2020
1 parent 39ce910 commit 278b032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Extract version
id: version
shell: bash
run: echo ::set-output name=SOURCE_NAME::${GITHUB_REF/refs\/tags\//}
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Build
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Extract version
id: version
shell: bash
run: echo ::set-output name=SOURCE_NAME::${GITHUB_REF/refs\/tags\//}
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Build
run: |
Expand Down

0 comments on commit 278b032

Please sign in to comment.