Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrporcles committed Aug 16, 2023
1 parent 0f70f6e commit fbc7a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: bash
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/tags/})"
id: extract_tag
- name: Build Lab Image
- name: Build Image
env:
VERSION: ${{ steps.extract_tag.outputs.tag }}
run: |
Expand All @@ -37,4 +37,4 @@ jobs:
uses: AButler/upload-release-assets@v2.0
with:
files: './build/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fbc7a8c

Please sign in to comment.