Skip to content

Commit

Permalink
feat(release.yaml): Updated releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-ra committed Jul 21, 2023
1 parent b25631d commit bfc4d63
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
- name: Checkout
uses: actions/checkout@v3
with:
release_branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Database Version
id: db-version
uses: paulhatch/[email protected]
with:
change_path: "."
namespace: ""

0 comments on commit bfc4d63

Please sign in to comment.