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 5f24bcf commit b47d19e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
- "post-actions"

jobs:
build-macos:
runs-on: macos-latest
clean-release:
runs-on: ubuntu-latest

steps:
- name: Get latest release info
id: get_latest_release
uses: octokit/graphql-action@v2.x
with:
query: |
query release($owner:String!,$repor:String!) {
query release($owner:String!,$repo:String!) {
repository(owner:$owner,name:$repo) {
releases(first:1) {
nodes {
Expand Down

0 comments on commit b47d19e

Please sign in to comment.