Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusBairaktaris committed Dec 16, 2024
1 parent 862c27b commit f9ae9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Get current date
run: echo "RELEASE_DATE=$(date +%F)" >> $GITHUB_ENV
- name: Create release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@2.1.0
with:
files: firmware/*
tag_name: ${{ env.RELEASE_PREFIX }}-${{ env.RELEASE_DATE }}
Expand Down

0 comments on commit f9ae9b1

Please sign in to comment.