Skip to content

Commit

Permalink
test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Dec 28, 2022
1 parent 1fd5855 commit 7b57210
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:

- name: Branch
id: branch
run: echo "version=${TAG}" >> $GITHUB_OUTPUT
env:
TAG: ${{ github.event.release.tag_name }}
# run: echo "version=${TAG}" >> $GITHUB_OUTPUT
run: echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
# env:
# TAG: ${{ github.event.release.tag_name }}
- name: Build base image
run: |
echo $VERSION
Expand Down

0 comments on commit 7b57210

Please sign in to comment.