Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jul 14, 2024
1 parent 9a5abe5 commit e774d87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
path: HeliosEmbedded/embedded-firmware.zip

release:
runs-on: ubuntu-latest
needs: embedded
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down Expand Up @@ -118,6 +118,7 @@ jobs:
echo "tag_exists=true" >> $GITHUB_ENV
else
echo "tag_exists=false" >> $GITHUB_ENV
fi
- name: Create a new tag
if: env.tag_exists == 'false'
Expand Down

0 comments on commit e774d87

Please sign in to comment.