Skip to content

Commit

Permalink
Use semver
Browse files Browse the repository at this point in the history
  • Loading branch information
ajami1331 committed Dec 30, 2024
1 parent 6f71007 commit 9cc564b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
requirements: './requirements.txt'
upload_exe_with_name: 'socli.exe'
options: --onefile, --name "socli", --console
- name: Get Next Version
id: semver
uses: ietf-tools/semver-action@v1
with:
token: ${{ github.token }}
branch: main
- uses: ncipollo/release-action@v1
with:
artifacts: "**/socli.exe"
tag: v1
name: ${{ steps.semver.outputs.next }}

0 comments on commit 9cc564b

Please sign in to comment.