Skip to content

Commit

Permalink
re-enabled support for publishing tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Apr 8, 2024
1 parent a1b6667 commit caeef43
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:

- name: Build PlatformIO Project
run: |
mkdir output
cd firmware
pio run
cp .pio/build/featheresp32/firmware.bin ../output/firmware.bin
# # publish tags as releases.
# - name: Release
# uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
# with:
# files: output/*
# publish tags as releases.
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: output/*

0 comments on commit caeef43

Please sign in to comment.