Skip to content

Commit

Permalink
Allowing backend release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
prefixaut committed Feb 12, 2022
1 parent 2120977 commit a46b8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.node == '16' }}
with:
artifacts: "backend/bundle/*"
allowUpdates: true
prerelease: ${{ endsWith(github.ref, 'rc') || endsWith(github.ref, 'snapshot') }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a46b8d6

Please sign in to comment.