Skip to content

Commit

Permalink
fix: hobbies test
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Mar 31, 2023
1 parent 1a2701c commit 5ad2483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# set extra label to ensure correct pr generation (menifest merge issue)
- name: Create release pr
run: |
if [ -n "${{ github.event.release.name }}" ]; then
LABEL="--label '${{ github.event.release.name }}'"
if [ -n "${{ github.event.release.tag_name }}" ]; then
LABEL="--label \"${{ github.event.release.tag_name }}\""
echo $LABEL
fi
Expand Down
2 changes: 1 addition & 1 deletion hobbies/t.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test

fdsa
fdsa

0 comments on commit 5ad2483

Please sign in to comment.