Skip to content

Commit

Permalink
Try version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 26, 2024
1 parent 9ae7f30 commit 287e0fc
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,11 @@ jobs:


new-version:
name: Bump tag version (semver)
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: 1k-off/[email protected]
id: tag
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0 # fetch the whole repo history

- name: Git Version
id: version
uses: codacy/[email protected]

- name: Use the version
run: |
echo ${{ steps.version.outputs.version }}
- name: Use the previous version
run: |
echo ${{ steps.version.outputs.previous-version }}
version: latest
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 287e0fc

Please sign in to comment.