Skip to content

Commit

Permalink
Change default release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Jan 24, 2023
1 parent 98906cf commit 5e20a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ env.IMG_DATE }}
automatic_release_tag: "bullseye-${{ env.IMG_DATE }}"
prerelease: true
title: "DuetPi ${{ env.IMG_DATE }} (bullseye)"
files: deploy/image_*.zip
Expand Down

0 comments on commit 5e20a9f

Please sign in to comment.