Skip to content

Commit

Permalink
fix: adds missing trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
r0nni3 committed May 14, 2024
1 parent 8e76026 commit 3d5fb17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
id: target
run: |
TARGET=staging
URL=https://test.pypi.org/p/alfred-python
URL=https://test.pypi.org/p/alfred-python/
if [[ ${{ github.ref }} =~ /^refs\/heads\/main|master/gi ]]; then
TARGET=production
URL=https://pypi.org/p/alfred-python
URL=https://pypi.org/p/alfred-python/
fi
echo "environment=$TARGET" >> "$GITHUB_OUTPUT"
echo "url=$URL" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3d5fb17

Please sign in to comment.