Skip to content

Commit

Permalink
Auto release fix (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Mar 15, 2024
1 parent c61a1c1 commit ba3da88
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "auto-release"
name: auto-release

on:
push:
branches:
Expand All @@ -7,11 +8,8 @@ on:
- production

jobs:
auto-release:
runs-on: ubuntu-latest
steps:
- uses: cloudposse/github-action-auto-release@main
with:
prerelease: false
publish: true
token: ${{ secrets.GITHUB_TOKEN }}
auto:
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main
with:
publish: true
secrets: inherit

0 comments on commit ba3da88

Please sign in to comment.