Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-PUID-0 committed Oct 18, 2024
1 parent 78c0d1d commit 6e9247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Extract version and set environment variables
id: setup_env_vars
run: |
VERSION=$(grep -Po "(?<=version = ')[^']+" main.py)
VERSION=$(grep -Po '(?<=version = ")[^"]+' main.py)
REPO_OWNER_LOWER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
REPO_NAME=$(basename "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 6e9247d

Please sign in to comment.