Skip to content

Commit

Permalink
fix: test-auto-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai committed Oct 21, 2024
1 parent 138cceb commit 892248d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-git-autoversion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
workflow_dispatch:
push:
name: Test Auto-version
jobs:
auto-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: Auto-version
env:
GITHUB_TOKEN: ${{ secrets.AUTO_VERSIONING }}
run: |
set -xe
git ls-remote --refs --tags [email protected]:aws/aws-cli.git

0 comments on commit 892248d

Please sign in to comment.