Skip to content

Commit

Permalink
ci: try another way
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 14, 2024
1 parent 7c2bc26 commit 058666b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4.1
id: release
with:
release-type: elixir
package-name: spitfire
bump-minor-pre-major: true

- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.1.0"
}
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
".": {
"package-name": "spitfire",
"release-type": "elixir",
"bump-minor-pre-major": true,
"initial-version": "0.1.0"
"bump-minor-pre-major": true
}
}
}

0 comments on commit 058666b

Please sign in to comment.