Skip to content

Commit

Permalink
chore: test gh cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Feb 27, 2024
1 parent d5129fd commit e3478fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
- develop

jobs:
settings:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: gh release view
- run: gh release list --limit 1 --json tag_name

test:
name: Test
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: gh release list --limit 1 --json tag_name
- run: gh release edit v${{ needs.release.outputs.new-release-version }} --latest

Expand Down

0 comments on commit e3478fa

Please sign in to comment.