Skip to content

Commit

Permalink
ci: test step
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Aug 18, 2024
1 parent e9073e9 commit 701c7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ jobs:
run: ./act3 -f html
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
- name: Test step
run: |
ACT3_VERSION=$(curl -s https://api.github.com/repos/dhth/act3/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | sed 's/^v//')
echo "latest version is $ACT3_VERSION"

0 comments on commit 701c7fe

Please sign in to comment.