Skip to content

Commit

Permalink
fix(ci/prerel): fix oopsi
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Feb 11, 2022
1 parent f9bd1fa commit 44994b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
title: Pre-Release Build (${{ steps.get_vars.outputs.SHORT_SHA }}) | ${{ steps.get_vars.outputs.DATE }}
prerelease: true
automatic_release_tag: "unstable-{{ steps.get_vars.outputs.SHORT_SHA }}"
automatic_release_tag: "unstable"
files: ./temp/npwd-pre-${{ steps.get_vars.outputs.SHORT_SHA }}.zip

env:
Expand Down

0 comments on commit 44994b3

Please sign in to comment.