Skip to content

Commit

Permalink
refactor(release.yaml): updated action to use semver-release-action i…
Browse files Browse the repository at this point in the history
…nstead
  • Loading branch information
mehdi-ra committed Jul 21, 2023
1 parent bfc4d63 commit efb9ac3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Database Version
id: db-version
uses: paulhatch/[email protected]
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
change_path: "."
namespace: ""
release_branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit efb9ac3

Please sign in to comment.