Skip to content

Commit

Permalink
try and dump env
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 22, 2023
1 parent 980b4cc commit e35c56d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

# Set version environment
- name: Set VERSION
run: echo "YBFEED_VERSION=`echo $GITHUB_REF|cut -d / -f 3`" >> $GITHUB_ENV
run: |
echo "YBFEED_VERSION=`echo $GITHUB_REF|cut -d / -f 3`" >> $GITHUB_ENV
env
# Build web ui
- name: Use Node.js 20.x
Expand Down

0 comments on commit e35c56d

Please sign in to comment.