Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent e8d2479 commit e1dd8ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
createdAt
tagName
description
id
assets {
name
}
}
}
}
Expand All @@ -32,5 +36,6 @@ jobs:
repo: ${{ github.event.repository.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo 'latest release: ${{ steps.get_latest_release.outputs }}"
- name: Get the request data
run: "echo 'latest release: ${{ steps.get_latest_release.outputs }}"

0 comments on commit e1dd8ab

Please sign in to comment.