Skip to content

Commit

Permalink
feat(semver): add support for semantic version as input
Browse files Browse the repository at this point in the history
  • Loading branch information
dharsanb committed Jun 18, 2024
1 parent 98cc815 commit 661eb72
Show file tree
Hide file tree
Showing 5 changed files with 7,541 additions and 591 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

test-action:
name: GitHub Actions Test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

strategy:
matrix:
Expand All @@ -55,7 +57,8 @@ jobs:
- name: Test Local Action
uses: ./
with:
version: '0.12.0'
version: '0.16.1'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Ensure humctl is installed
run: humctl version
Loading

0 comments on commit 661eb72

Please sign in to comment.