Skip to content

Commit

Permalink
fix: repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 9, 2023
1 parent 3db1a0e commit 92b17dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shopware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Get latest version
run: |
VERSION=$(curl -s https://api.github.com/repos/shopware/platform/releases/latest | jq -r .tag_name | sed 's/^.//')
VERSION=$(curl -s https://api.github.com/repos/shopware/shopware/releases/latest | jq -r .tag_name | sed 's/^.//')
TAG=$(echo $VERSION | tr . ' ' | awk '{print $1 "." $2 "." $3}')
echo "version=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 92b17dc

Please sign in to comment.